Showing
1 changed file
with
23 additions
and
0 deletions
package.json
0 → 100644
1 | +{ | ||
2 | + "name": "project", | ||
3 | + "version": "0.0.0", | ||
4 | + "private": true, | ||
5 | + "scripts": { | ||
6 | + "start": "node ./bin/www" | ||
7 | + }, | ||
8 | + "dependencies": { | ||
9 | + "body-parser": "^1.18.3", | ||
10 | + "compression": "^1.7.3", | ||
11 | + "cookie-parser": "~1.4.3", | ||
12 | + "date-utils": "^1.2.21", | ||
13 | + "debug": "~2.6.9", | ||
14 | + "ejs": "~2.5.7", | ||
15 | + "express": "~4.16.0", | ||
16 | + "helmet": "^3.13.0", | ||
17 | + "http-errors": "~1.6.2", | ||
18 | + "morgan": "~1.9.0", | ||
19 | + "mysql": "^2.16.0", | ||
20 | + "request": "^2.88.0", | ||
21 | + "socket.io": "^2.1.1" | ||
22 | + } | ||
23 | +} |
-
Please register or login to post a comment