-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathpackage.json
51 lines (51 loc) · 1.26 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
49
50
51
{
"name": "spectral-workbench",
"version": "0.2.3",
"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": {
"bootstrap": "~3.4.0",
"d3": "^3.5.4",
"flot": "~0.8.0-alpha",
"font-awesome": "~4.7.0",
"http-server": "^14.1.1",
"jquery": "^3.3.1",
"jquery.steps": "^1.0.3",
"moment": "~2.29.1",
"nvd3": "~1.7.1",
"request": "~2.88.0"
},
"devDependencies": {
"cypress": "^9.3.1",
"grunt": "^1.3.0",
"grunt-cli": "^1.4.3",
"grunt-contrib-concat": "^2.1.0",
"grunt-contrib-jasmine": "^1.2.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-tape": "^0.1.0",
"jasmine": "~4.2.1",
"jasmine-ajax": "~4.0.0",
"jasmine-jquery": "~2.1.1",
"matchdep": "^2.0.0",
"tape": "^5.0.1"
}
}