-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 845 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
{
"name": "test_02",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"await-result": "^2.0.0",
"body-parser": "^1.18.2",
"child-process-promise": "^2.2.1",
"compression": "^1.7.1",
"consolidate": "^0.15.0",
"dotenv": "^4.0.0",
"express": "^4.16.2",
"express-async-handler": "0.0.2",
"express-fileupload": "^0.3.0",
"helmet": "^3.9.0",
"ip": "^1.1.5",
"moment": "^2.19.3",
"moment-timezone": "^0.5.14",
"mysql": "^2.15.0",
"sanitizer": "^0.1.3",
"screen-recorder": "^1.4.0",
"serve-favicon": "^2.4.5",
"socket.io": "^1.7.3",
"striptags": "^3.1.1",
"swig": "^1.4.2"
},
"devDependencies": {
"cross-env": "^5.1.3"
}
}