-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 826 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
{
"name": "mockup-server",
"version": "0.14.0",
"description": "A server use static files as restful api.",
"main": "lib/index.js",
"bin": {
"mockup-server": "./bin/mockup-server"
},
"scripts": {
"start": "./bin/mockup-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webyom/mockup-server.git"
},
"keywords": [
"mockup",
"server"
],
"author": "Gary Wang",
"license": "MIT",
"bugs": {
"url": "https://github.com/webyom/mockup-server/issues"
},
"homepage": "https://github.com/webyom/mockup-server#readme",
"dependencies": {
"chalk": "^1.1.1",
"co-request": "^0.2.0",
"koa": "^1.1.2",
"lodash": "^4.0.0",
"mockjs": "^1.0.1-beta3",
"restc": "^0.2.2",
"strip-json-comments": "^2.0.1",
"yargs": "^3.32.0"
}
}