-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 957 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
{
"name": "cssams-backend",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "make test"
},
"dependencies": {
"apn": "^2.1.2",
"async": "^2.1.4",
"body-parser": "^1.15.2",
"chai": "^3.5.0",
"cookie-parser": "~1.3.5",
"cors": "^2.8.1",
"crypto": "0.0.3",
"debug": "~2.2.0",
"ejs": "^2.5.5",
"express": "^4.14.0",
"file-stream-rotator": "0.0.7",
"gm": "^1.23.0",
"jade": "~1.11.0",
"jsonwebtoken": "^5.7.0",
"letsencrypt-express": "^2.0.5",
"mocha": "^3.2.0",
"mongoose": "^4.7.5",
"morgan": "^1.7.0",
"node-gcm": "^0.14.4",
"node-gd": "^1.4.0",
"node-schedule": "^1.2.0",
"nodemailer": "^2.7.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.0.0",
"serve-favicon": "^2.3.2",
"should": "^11.1.2",
"winston": "^2.3.0",
"winston-mongodb": "^2.0.6"
}
}