forked from BretGG/Team06COMP2930
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1022 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
38
39
{
"name": "comp2930-team2",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node --experimental-worker ./bin/server.js",
"devstart": "set DEBUG=comp2930-team2:server && nodemon --experimental-worker --no-deprecation ./bin/server.js"
},
"engines": {
"node": "10.15.3"
},
"dependencies": {
"aws-sdk": "^2.610.0",
"bcrypt": "^3.0.6",
"compression": "^1.7.4",
"console-stamp": "^0.2.7",
"consolidate": "^0.15.1",
"cookie-parser": "~1.4.3",
"debug": "^2.6.9",
"ejs": "^2.6.1",
"express": "~4.16.0",
"helmet": "^3.18.0",
"joi": "^14.3.1",
"jquery": "^3.4.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.11",
"material-design-icons": "^3.0.1",
"materialize": "^1.0.0",
"materialize-css": "^1.0.0-rc.2",
"mongoose": "^5.5.4",
"morgan": "~1.9.0",
"mustache": "^3.0.1",
"node-pre-gyp": "^0.13.0",
"nodemailer": "^6.1.1",
"nodemon": "^1.18.11",
"phaser": "^3.16.2",
"socket.io": "^2.2.0"
}
}