-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 851 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 851 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "open-spectro",
"version": "0.0.6",
"description": "Libraries useful to process spectra from the Open Spectrophotometer",
"keywords": [
"dummy",
"project"
],
"author": "Luc Patiny",
"repository": "cheminfo-js/open-spectro",
"bugs": {
"url": "https://github.com/cheminfo-js/open-spectro/issues"
},
"homepage": "https://github.com/cheminfo-js/open-spectro",
"license": "MIT",
"main": "./src/index.js",
"directories": {
"lib": "src",
"test": "test"
},
"scripts": {
"test": "mocha --require should --reporter mocha-better-spec-reporter --recursive",
"build": "cheminfo build"
},
"devDependencies": {
"cheminfo-tools": "^1.0.2",
"mocha": "^2.2.5",
"mocha-better-spec-reporter": "^3.0.0",
"should": "^7.0.2"
},
"dependencies": {
"color-convert": "^1.0.0"
}
}