forked from publiclab/spectral-workbench.js
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.24 KB
/
package.json
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
35
36
37
38
39
40
41
42
43
44
{
"name": "spectral-workbench",
"version": "0.1.6",
"description": "Framework for spectrometric data management & analysis by Public Lab",
"main": "dist/spectral-workbench.js",
"scripts": {
"build": "grunt build",
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/publiclab/spectral-workbench.js.git"
},
"keywords": [
"science",
"Public Lab",
"spectrometry"
],
"author": "Jeff Warren",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/publiclab/spectral-workbench.js/issues"
},
"homepage": "http://spectralworkbench.org",
"dependencies": {
"request": "~2.72.0",
"jquery": "~2.1.3",
"nvd3": "~1.8.0",
"d3": "~3.4.0"
},
"devDependencies": {
"matchdep": "^0.3.0",
"grunt": "^0.4.5",
"grunt-cli": "^1.2.0",
"grunt-tape": "^0.1.0",
"tape": "^3.5.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-watch": "^0.6.1",
"jasmine": "~2.3.0",
"jasmine-jquery": "~2.1.1",
"jasmine-ajax": "~3.2.0",
"grunt-contrib-jasmine": "~1.0.3"
}
}