-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 804 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 804 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
33
34
{
"name": "tableserver",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"connect-mongo": "^2.0.1",
"debug": "~2.6.9",
"eslint": "^4.19.1",
"express": "~4.15.5",
"express-rate-limit": "^2.11.0",
"express-session": "^1.15.6",
"htmlparser2": "^3.9.2",
"iconv": "^2.3.0",
"iconv-lite": "^0.4.24",
"ioredis": "^3.2.2",
"jade": "~1.11.0",
"moment": "^2.22.2",
"mongodb": "^3.0.2",
"mongoose": "^5.2.14",
"morgan": "~1.9.0",
"nodemailer": "^4.6.4",
"puppeteer": "^1.8.0",
"request": "^2.83.0",
"serve-favicon": "~2.4.5",
"tough-cookie-filestore": "^0.0.1",
"urlencode": "^1.1.0",
"vue": "^2.5.17"
}
}