-
Notifications
You must be signed in to change notification settings - Fork 67
/
Copy pathpackage.json
42 lines (42 loc) · 1.15 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
{
"name": "duongtang_server",
"version": "1.0.0",
"description": "api for get videoplayback from google drive",
"main": "index.js",
"scripts": {
"dev": "NODE_ENV=development nodemon --harmony-async-await index.js | pino",
"start": "NODE_ENV=production node --harmony-async-await index.js | NODE_ENV=production node report.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"basic-auth": "^1.1.0",
"bugsnag": "^1.9.0",
"bytewise": "^1.1.0",
"compression": "^1.6.2",
"consolidate": "^0.14.5",
"cookie-parser": "^1.4.3",
"csurf": "^1.9.0",
"cuid": "^1.3.8",
"dev-null": "^0.1.1",
"dotenv": "^4.0.0",
"fast-json-parse": "^1.0.2",
"finalhandler": "^0.5.1",
"got": "^6.7.1",
"helmet": "^3.4.0",
"is-domain": "0.0.1",
"level": "^1.6.0",
"levelup-defaults": "^2.0.0",
"mem": "^1.1.0",
"mustache": "^2.3.0",
"pino": "^3.3.2",
"response-time": "^2.3.2",
"router": "^1.1.4",
"serve-static": "^1.11.2",
"split2": "^2.1.1",
"through2": "^2.0.3",
"wrr-pool": "^1.1.3"
}
}