-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 756 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 756 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
31
32
{
"name": "node-scale-client",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ws-server.js PORT=3000"
},
"dependencies": {
"body-parser": "~1.16.0",
"bootstrap": "^3.3.7",
"chart.js": "^2.5.0",
"cookie-parser": "~1.4.3",
"debug": "~2.6.0",
"ejs": "~2.5.5",
"express": "~4.14.1",
"express-session": "^1.15.1",
"faker": "^4.1.0",
"jquery": "^3.2.1",
"morgan": "~1.7.0",
"nodemon": "^1.11.0",
"passport": "^0.3.2",
"passport-twitter": "^1.0.4",
"pg": "^6.1.5",
"pg-hstore": "^2.3.2",
"request": "^2.81.0",
"request-promise": "^4.2.0",
"sequelize": "^3.30.3",
"sequelize-cli": "^2.7.0",
"serve-favicon": "~2.3.2",
"ws": "^2.2.2"
}
}