-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 984 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
40
41
{
"name": "mock",
"version": "0.0.1",
"description": "a dynamic mock server",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"create-table": "node src/index.js create-table",
"test": "mocha test/index.js"
},
"author": "",
"license": "ISC",
"engines": {
"node": ">=7.9.0"
},
"dependencies": {
"body-parser": "^1.17.2",
"cookie-parser": "^1.4.3",
"express": "^4.15.3",
"glob": "^7.1.2",
"hbs": "^4.0.1",
"ldapjs": "^1.0.1",
"less": "^2.7.2",
"log4js": "^1.1.1",
"mysql": "^2.13.0",
"mysql2": "^1.2.0",
"range-calculator": "^1.0.0",
"regulex": "0.0.2",
"request": "^2.81.0",
"sequelize": "^3.30.4"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"mocha": "^3.4.1"
}
}