-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.21 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
{
"name": "NESTInstrumentationApp",
"version": "0.1.0",
"main": "static/js/layerSelect.js",
"repository": "https://github.com/compneuronmbu/NESTConnectionApp.git",
"contributors": [
"Stine Brekke Vennemo <[email protected]>",
"Håkon Mørk <[email protected]>"
],
"license": "GPL-2.0",
"scripts": {
"start": "python NESTInstrumentationApp_server.py",
"doc": "jsdoc README.md static/js/layerSelect.js static/js/makeBrainRepresentation.js static/js/controls.js static/js/devicePlots.js static/js/selectionBox.js -d ./documentation/javascript --verbose && make -C documentation/python html",
"test": "jest",
"test_verbose": "jest --verbose",
"test_coverage": "jest --verbose --coverage",
"test_all": "jest; nosetests -v"
},
"jest": {},
"babel": {
"presets": [
"react"
]
},
"dependencies": {
"babel-standalone": "^6.25.0",
"d3": "^4.9.1",
"jquery": "^3.2.1",
"jsdoc": "^3.5.4",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"socket.io-client": "^2.0.3",
"three": "^0.86.0"
},
"devDependencies": {
"babel-jest": "^20.0.3",
"babel-preset-react": "^6.24.1",
"jest": "^20.0.4",
"react-test-renderer": "^15.6.1"
}
}