-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
111 lines (111 loc) · 2.65 KB
/
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "http-server",
"version": "0.9.0",
"description": "A simple zero-configuration command-line http server",
"main": "./lib/http-server",
"repository": {
"type": "git",
"url": "git://github.com/indexzero/http-server.git"
},
"keywords": [
"cli",
"command"
],
"scripts": {
"start": "node ./bin/http-server",
"pretest": "common bin/http-server lib/ test",
"test": "vows --spec --isolate"
},
"contributors": [
{
"name": "Charlie Robbins",
"email": "[email protected]"
},
{
"name": "Marak Squires",
"email": "[email protected]"
},
{
"name": "Charlie McConnell",
"email": "[email protected]"
},
{
"name": "Joshua Holbrook",
"email": "[email protected]"
},
{
"name": "Maciej Małecki",
"email": "[email protected]"
},
{
"name": "Matthew Bergman",
"email": "[email protected]"
},
{
"name": "brad dunbar",
"email": "[email protected]"
},
{
"name": "Dominic Tarr"
},
{
"name": "Travis Person",
"email": "[email protected]"
},
{
"name": "Jinkwon Lee",
"email": "[email protected]"
}
],
"dependencies": {
"colors": "1.0.3",
"corser": "~2.0.0",
"ecstatic": "^1.4.0",
"http-proxy": "^1.8.1",
"opener": "~1.4.0",
"optimist": "0.6.x",
"portfinder": "0.4.x",
"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": "./bin/http-server",
"hs": "./bin/http-server"
},
"gitHead": "1a8552c5e028bd5500027ee940111133927a4e94",
"homepage": "https://github.com/indexzero/http-server#readme",
"_id": "[email protected]",
"_shasum": "8f1b06bdc733618d4dc42831c7ba1aff4e06001a",
"_from": "http-server@",
"_npmVersion": "3.7.1",
"_nodeVersion": "4.2.2",
"_npmUser": {
"name": "indexzero",
"email": "[email protected]"
},
"maintainers": [
{
"name": "indexzero",
"email": "[email protected]"
}
],
"dist": {
"shasum": "8f1b06bdc733618d4dc42831c7ba1aff4e06001a",
"tarball": "https://registry.npmjs.org/http-server/-/http-server-0.9.0.tgz"
},
"_npmOperationalInternal": {
"host": "packages-6-west.internal.npmjs.com",
"tmp": "tmp/http-server-0.9.0.tgz_1455864708425_0.19514421350322664"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/http-server/-/http-server-0.9.0.tgz"
}