-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.01 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
{
"name": "three-zao",
"main": "app.js",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"debug": "node --debug ./bin/www",
"test": "mocha"
},
"dependencies": {
"body-parser": "~1.13.2",
"bootstrap-timepicker": "^0.5.2",
"chai": "^3.5.0",
"connect-ensure-login": "^0.1.1",
"cookie-parser": "~1.3.5",
"dateformat": "^1.0.12",
"debug": "^2.2.0",
"ejs": "~2.3.3",
"express": "~4.13.1",
"express-session": "^1.13.0",
"file-stream-rotator": "0.0.6",
"lodash": "^4.11.1",
"log4js": "^0.6.36",
"moment": "^2.13.0",
"mongodb": "^2.1.16",
"mongoose": "^4.4.14",
"mongoskin": "^2.1.0",
"morgan": "~1.6.1",
"node-sass-middleware": "0.8.0",
"node-schedule": "^1.1.0",
"nodemailer": "^2.3.2",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"q": "^1.4.1",
"serve-favicon": "~2.3.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"mocha": "^2.4.5",
"supertest": "^1.2.0"
}
}