-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
48 lines (48 loc) · 1.25 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": "neurofinder",
"version": "1.0.0",
"description": "benchmarking app for neuron identification",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "browserify client/index.js -o client/bundle.js",
"serve": "node server/app.js",
"start": "watchify client/index.js -o client/bundle.js & node server/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeNeuro/neurofinder.git"
},
"keywords": [
"neuron",
"app",
"leaderboard",
"benchmark"
],
"author": "freeman-lab",
"license": "MIT",
"bugs": {
"url": "https://github.com/CodeNeuro/neurofinder/issues"
},
"homepage": "https://github.com/CodeNeuro/neurofinder#readme",
"dependencies": {
"async": "^2.0.0-rc.1",
"body-parser": "^1.15.0",
"browser-request": "^0.3.3",
"d3-scale": "^0.6.4",
"debug": "^2.2.0",
"drag-and-drop-files": "0.0.1",
"drag-drop": "^2.11.0",
"express": "^4.13.4",
"jsonschema": "^1.1.0",
"lodash": "^4.6.1",
"mongoose": "^4.4.7",
"object-assign": "^4.0.1",
"parse-github-url": "^0.3.0",
"redux": "^3.3.1",
"s3": "^4.4.0",
"timestamp": "0.0.1",
"tmp": "0.0.28",
"watchify": "^3.7.0"
}
}