-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.21 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
44
45
46
47
48
49
{
"name": "server",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"async": "^2.1.4",
"base64-arraybuffer": "^0.1.5",
"bluebird": "^3.4.6",
"body-parser": "~1.0.0",
"config": "^1.24.0",
"connect-redis": "^3.2.0",
"cookie-parser": "~1.0.1",
"cookie-session": "~1.2.0",
"debug": "~0.7.4",
"express": "~4.2.0",
"express-cluster": "0.0.4",
"express-domain-middleware": "^0.1.0",
"express-ipv4": "0.0.1",
"express-session": "^1.14.2",
"express-ws": "^2.0.0",
"express-xml-bodyparser": "^0.3.0",
"jingtum-lib": "^1.0.19",
"log4js": "^1.0.1",
"md5": "^2.2.1",
"moment": "^2.18.1",
"moment-timezone": "^0.5.10",
"morgan": "~1.0.0",
"multer": "^1.2.0",
"neo4j-driver": "^1.0.5",
"newrelic": "^2.1.0",
"node-cache": "^4.1.0",
"node-schedule": "^1.2.0",
"node-summary": "^1.1.0",
"nodemailer": "^3.1.8",
"querystring": "^0.2.0",
"redis-clustr": "^1.5.2",
"request": "^2.79.0",
"sha1": "^1.1.1",
"static-favicon": "~1.0.0",
"string": "^3.3.3",
"stringformat": "0.0.5",
"xml": "^1.0.1",
"xml2js": "^0.4.17",
"xss": "^0.3.3"
}
}