-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1016 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
42
43
44
{
"name": "autoTiming",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"art-template": "^3.0.3",
"body-parser": "~1.13.2",
"connect-flash": "0.1.1",
"connect-mongo": "~0.4.1",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"del": "^2.1.0",
"ejs": "~2.3.3",
"email-templates": "^2.1.0",
"es6-promise": "^3.1.2",
"express": "~4.13.1",
"express-session": "~1.9.1",
"fs": "0.0.2",
"generic-pool": "^2.2.1",
"hbs": "^4.0.0",
"markdown": "0.5.0",
"mongodb": "~1.4.15",
"morgan": "~1.6.1",
"multer": "0.1.6",
"path": "^0.12.7",
"phantom": "^2.0.9",
"phantomas": "^1.13.0",
"request": "^2.69.0",
"serve-favicon": "~2.3.0",
"swag": "^0.7.0",
"webpack": "^1.12.6"
},
"devDependencies": {
"cheerio": "^0.20.0",
"eventproxy": "^0.3.4",
"iconv-lite": "^0.4.13",
"node-xlsx": "^0.6.0",
"superagent": "^1.8.3",
"url": "^0.11.0"
}
}