-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 889 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": "database",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"body-parser": "^1.17.1",
"co": "^4.6.0",
"compression": "^1.6.2",
"config": "^1.25.1",
"cors": "^2.8.1",
"cross-env": "^3.2.4",
"dotenv": "^4.0.0",
"express": "^4.15.2",
"express-winston": "^2.3.0",
"fs": "0.0.1-security",
"glob": "^7.1.1",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"mysql": "^2.13.0",
"path": "^0.12.7",
"request": "^2.81.0",
"sequelize": "^3.30.2",
"validator": "^7.0.0",
"winston": "^2.3.1",
"winston-daily-rotate-file": "^1.4.6"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.2.0",
"supertest": "^3.0.0",
"supervisor": "^0.12.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}