-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1014 Bytes
/
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": "sssnap-server",
"version": "0.3.6",
"private": true,
"scripts": {
"start": "NODE_ENV=development node ./bin/www --use-strict",
"production": "NODE_ENV=production node ./bin/www --use-strict",
"test": "NODE_ENV=test mocha"
},
"dependencies": {
"express": "~4.10.4",
"body-parser": "~1.9.3",
"cookie-parser": "~1.3.3",
"morgan": "~1.5.0",
"serve-favicon": "~2.1.7",
"debug": "~2.1.0",
"lodash": "~2.4.1",
"cors": "~2.5.2",
"multer": "~0.1.6",
"bluebird": "~2.3.11",
"method-override": "~2.3.0",
"mongoose": "~3.8.19",
"config": "~1.8.1",
"mkdirp": "~0.5.0",
"multer-autoreap": "0.0.8",
"file-encryptor": "~0.1.0",
"tmp": "0.0.24",
"swig": "~1.4.2",
"async": "~0.9.0",
"object-path": "~0.8.1",
"socket.io": "~1.2.1"
},
"devDependencies": {
"supertest": "~0.15.0",
"should": "~4.3.0",
"mocha": "~2.0.1",
"istanbul": "~0.3.2",
"coveralls": "~2.11.2",
"qs": "~2.3.3"
}
}