-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 957 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
{
"name": "cybmock",
"version": "1.4.0",
"description": "塞伯坦前端数据模拟服务器",
"repository": {
"type": "git",
"url": "git+https://github.com/jd-cyb/cybmock"
},
"main": "index.js",
"scripts": {},
"bin": {
"cybmock": "./bin/cybmock",
"cybmock-start": "./bin/cybmock-start"
},
"author": "furic-zhao",
"license": "MIT",
"homepage": "http://cybmock.hestudy.com/",
"dependencies": {
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/register": "^7.4.0",
"body-parser": "^1.18.3",
"browser-sync": "^2.26.3",
"chalk": "^2.4.2",
"commander": "^2.20.0",
"consolidate": "^0.15.1",
"cookie-parser": "^1.4.4",
"del": "^4.1.0",
"express": "^4.16.4",
"express-session": "^1.16.1",
"fs-extra": "^7.0.1",
"handlebars": "^4.1.2",
"internal-ip": "^4.3.0",
"lodash": "^4.17.11",
"nodemon": "^1.18.11",
"portscanner": "^2.2.0"
}
}