forked from http-party/http-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1014 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
{
"name": "http-server-liujians",
"version": "0.11.2",
"description": "刘剑改写的http-server",
"main": "./lib/http-server",
"repository": {
"type": "git",
"url": "git://github.com/liujians/http-server.git"
},
"keywords": [
"cli",
"command"
],
"scripts": {
"start": "node ./bin/http-server",
"pretest": "common bin/http-server lib/ test",
"test": "vows --spec --isolate"
},
"files": [
"lib",
"bin"
],
"dependencies": {
"colors": "1.0.3",
"corser": "~2.0.0",
"ecstatic": "^3.0.0",
"http-proxy": "^1.8.1",
"opener": "~1.4.0",
"optimist": "0.6.x",
"portfinder": "^1.0.13",
"union": "~0.4.3"
},
"devDependencies": {
"common-style": "^3.0.0",
"request": "2.49.x",
"vows": "0.7.x"
},
"bugs": {
"url": "https://github.com/nodeapps/http-server/issues"
},
"license": "MIT",
"preferGlobal": "true",
"bin": {
"http-server-liujians": "./bin/http-server",
"hsl": "./bin/http-server"
}
}