-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 976 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": "wismon",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"async": "^0.9.0",
"body-parser": "~1.8.1",
"bunyan": "^1.3.3",
"cookie-parser": "~1.3.3",
"crontab": "^1.0.2",
"debug": "~2.0.0",
"express": "^4.9.8",
"express-bunyan-logger": "^1.1.1",
"express-flash": "0.0.2",
"hjs": "0.0.6",
"hogan-express": "^0.5.2",
"hogan.js": "^3.0.2",
"http-auth": "^2.2.5",
"humanize": "0.0.9",
"iconv-lite": "^0.4.5",
"jsonschema": "^1.0.0",
"libxmljs": "^0.13.0",
"morgan": "^1.3.2",
"node-crontab": "0.0.8",
"passport": "^0.2.1",
"passport-http": "^0.2.2",
"passport-local": "^1.0.0",
"redis": "^0.12.1",
"serve-favicon": "~2.1.3",
"serve-index": "^1.6.1",
"serve-static": "^1.8.1",
"string": "^3.0.0",
"stylus": "^0.49.3",
"wait.for": "^0.6.6",
"when": "^3.6.4",
"xml2js": "^0.4.4"
}
}