forked from publiclab/spectral-workbench.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.37 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
45
46
47
48
{
"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.88.0",
"jquery": "^3.3.1",
"bootstrap": "~3.4.0",
"font-awesome": "~4.7.0",
"nvd3": "~1.8.0",
"flot": "~0.8.0-alpha",
"getusermedia-js": "~1.0.0",
"d3": "~3.4.0"
},
"devDependencies": {
"matchdep": "^2.0.0",
"grunt": "^1.0.3",
"grunt-cli": "^1.2.0",
"grunt-tape": "^0.1.0",
"tape": "^4.9.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-watch": "^1.1.0",
"jasmine": "~3.3.1",
"jasmine-jquery": "~2.1.1",
"jasmine-ajax": "~3.4.0",
"grunt-contrib-jasmine": "~1.0.3"
}
}