Skip to content

Commit 7a0ada3

Browse files
committed
updated package.json
1 parent 2f962f4 commit 7a0ada3

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

package.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
{
2-
"name": "http-server",
2+
"name": "watch-http-server",
33
"version": "0.7.4",
4-
"description": "a simple zero-configuration command-line http server",
4+
"description": "a simple command-line http server with the built-in zero-configuration automatic page reloads.",
55
"main": "./lib/http-server",
66
"repository": {
77
"type": "git",
88
"url": "git://github.com/gstack/watch-http-server.git"
99
},
1010
"keywords": [
1111
"cli",
12-
"command"
12+
"command",
13+
"websocket",
14+
"watch"
1315
],
1416
"scripts": {
1517
"start": "node ./bin/http-server",
@@ -57,13 +59,14 @@
5759
"email": "[email protected]"
5860
},
5961
{
60-
"name": "Graham Stachowiak"
62+
"name": "gstack (graham s)",
63+
"email": "[email protected]"
6164
}
6265
],
6366
"dependencies": {
6467
"chokidar": "^0.12.4",
6568
"colors": "1.0.3",
66-
"sexstatic": "*",
69+
"sexstatic": "~0.6.x",
6770
"opener": "~1.4.0",
6871
"optimist": "0.6.x",
6972
"portfinder": "0.2.x",
@@ -88,6 +91,7 @@
8891
"preferGlobal": "true",
8992
"bin": {
9093
"watch-http-server": "./bin/http-server",
94+
"watchhttpserver": "./bin/http-server",
9195
"whs": "./bin/http-server"
9296
}
9397
}

0 commit comments

Comments
 (0)