forked from neuroanatomy/BrainBox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.06 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.06 KB
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
{
"name": "brainbox",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"async": "^2.0.1",
"body-parser": "~1.8.1",
"cookie-parser": "~1.3.3",
"crypto": "0.0.3",
"dateformat": "^1.0.12",
"debug": "~2.0.0",
"dompurify": "^0.8.3",
"express": "~4.9.0",
"express-session": "^1.14.0",
"express-validator": "^2.20.8",
"fast-json-patch": "^1.1.1",
"file-type": "^3.8.0",
"fs": "0.0.1-security",
"http": "0.0.0",
"jpeg-js": "^0.2.0",
"jsdom": "^9.5.0",
"keypress": "^0.2.1",
"merge": "^1.2.0",
"mongodb": "^2.2.5",
"monk": "^3.1.1",
"morgan": "~1.3.0",
"multer": "^1.2.0",
"mustache-express": "^1.2.2",
"passport": "^0.3.2",
"passport-github": "^1.1.0",
"passport-local": "^1.0.0",
"request": "^2.74.0",
"serve-favicon": "~2.1.3",
"struct": "0.0.11",
"url": "^0.11.0",
"validator": "^6.0.0",
"ws": "^1.1.1"
},
"devDependencies" : {
"connect-livereload": "^0.5.3",
"livereload": "^0.4.0"
}
}