-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 910 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
{
"name": "flagchat-node",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"bluebird": "^3.5.0",
"body-parser": "~1.17.1",
"connect-redis": "^3.3.0",
"cookie-parser": "~1.4.3",
"debug": "~2.6.3",
"express": "~4.15.2",
"express-session": "^1.15.3",
"jade": "~1.11.0",
"lodash": "^4.17.4",
"md5": "^2.2.1",
"mongoose": "^4.9.9",
"morgan": "~1.8.1",
"serve-favicon": "~2.4.2",
"sha1": "^1.1.1",
"speakeasy": "^2.0.0",
"super-alidayu": "^2.0.0",
"tea": "git://github.com/devotis/node-tea#master",
"uuid": "^3.0.1",
"wantu": "0.0.1",
"xss": "^0.3.3"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"babel-runtime": "^6.23.0"
}
}