-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1000 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
42
43
44
45
46
47
48
49
50
{
"name": "biz-server",
"version": "0.2.3",
"description": "biz mock server",
"main": "src/biz-server.js",
"repository": {
"type": "git",
"url": "https://github.com/yanyu0517/biz-server.git"
},
"scripts": {
"start": "node bin/start",
"jshint": "jshint ."
},
"keywords": [
"biz",
"mock",
"http",
"server"
],
"contributors": [],
"maintainers": [
{
"name": "Yan Yu",
"email": "[email protected]"
}
],
"dependencies": {
"biz-mock": "^0.0.4",
"co": "^4.6.0",
"colors": "1.0.3",
"extend": "^3.0.0",
"http-server": "^0.9.0",
"opener": "~1.4.0",
"optimist": "0.6.x"
},
"preferGlobal": "true",
"bin": {
"biz-server": "./bin/http-server",
"bs": "./bin/http-server"
},
"bugs": {
"url": "https://github.com/yanyu0517/biz-server/issues"
},
"author": "yanyu <[email protected]>",
"license": "MIT",
"devDependencies": {
"istanbul": "^0.4.1",
"vows": "^0.9.0-rc3"
}
}