-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 799 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 799 Bytes
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
{
"name": "node-arno",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "supervisor --ignore ./logs/*.log ./bin/www",
"wsstart": "supervisor --ignore ./logs/*.log ./bin/ws.js",
"iostart": "supervisor --ignore ./logs/*.log ./bin/io.js",
"nodeStart": "node ./bin/www"
},
"author": "arno",
"dependencies": {
"body-parser": "~1.15.1",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"express": "^4.13.4",
"ioredis": "^2.3.0",
"jade": "~1.11.0",
"log4js": "^0.6.38",
"sails-mongo": "^0.12.1",
"sails-mysql": "^0.11.5",
"serve-favicon": "~2.3.0",
"supervisor": "^0.11.0",
"waterline": "^0.12.2",
"jsonwebtoken": "^7.1.9",
"express-session": "^1.14.1",
"ws": "^1.1.1",
"socket.io": "^1.4.8"
}
}