-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.19 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
50
{
"name": "ws-cwk",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"dev": "nodemon ./bin/www",
"dashboard": "node ./bin/www",
"install-deps": "bash install.sh",
"postinstall": "./node_modules/bower/bin/bower install"
},
"dependencies": {
"body-parser": "~1.15.2",
"bower": "^1.8.0",
"cookie-parser": "~1.4.3",
"cors": "^2.8.1",
"debug": "~2.2.0",
"eslint-plugin-import": "^2.2.0",
"express": "^4.14.1",
"express-subdomain": "^1.0.5",
"hbs": "~4.0.1",
"https": "^1.0.0",
"morgan": "~1.7.0",
"serve-favicon": "~2.3.0",
"socket.io": "^1.7.3",
"sqlite3": "^3.1.8",
"websocket": "^1.0.24",
"ws": "^2.2.2"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-config-airbnb-base": "^11.1.3",
"eslint-plugin-import": "^2.2.0",
"grunt": "^1.0.1",
"nodemon": "^1.11.0"
},
"bugs": {
"url": "https://github.com/hjfitz/ws_cwk3/issues",
"email": "up780461@myport.ac.uk"
},
"author": {
"name": "Harry Fitzgerald",
"email": "up780461@myport.ac.uk",
"url": "https://hjf.io"
},
"licence": {
"licence": "MIT"
}
}