-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 921 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
{
"name": "mock-mini-server",
"version": "1.1.1",
"description": "Mock + Express 简易配置本地假数据服务器",
"main": "src/server.js",
"bin": {
"mock-mini-server": "index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"mock": "cd test && node --inspect-brk=9229 mockDebug.js"
},
"keywords": [
"mock",
"http",
"express",
"http-server"
],
"repository": {
"type": "git",
"url": "https://github.com/moshang-xc/mock-mini-server.git"
},
"homepage": "https://github.com/moshang-xc/mock-mini-server#readme",
"author": "moshangxc",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.3",
"chokidar": "^2.0.4",
"express": "^4.16.4",
"figlet": "^1.2.1",
"mockjs": "^1.0.1-beta3",
"opn": "^5.4.0"
}
}