-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 975 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
{
"name": "l-mock",
"version": "2.0.4",
"keywords": "mock local-mock mockjs",
"description": "The easiest way to mock data",
"homepage": "https://github.com/fwon/l-mock.git",
"repository": {
"type": "git",
"url": "https://github.com/fwon/l-mock.git"
},
"bugs": {
"url": "https://github.com/fwon/l-mock/issues"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"l-mock": "./bin/index.js",
"lmock": "./bin/index.js"
},
"author": "fwon",
"license": "MIT",
"dependencies": {
"body-parser": "^1.18.3",
"chalk": "^2.4.1",
"coexist-parser-proxy": "^1.0.7",
"cors": "^2.8.4",
"directory-tree": "^2.2.4",
"ejs": "^3.1.3",
"express": "^4.16.4",
"fs-extra": "^10.0.1",
"http-proxy-middleware": "^0.19.0",
"mockjs": "^1.0.1-beta3",
"multer": "^1.4.1",
"nodemon": "^1.18.4",
"ora": "^3.0.0",
"supervisor": "^0.12.0"
}
}