File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 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" ,
57595860 },
5961 {
60- "name" : " Graham Stachowiak"
62+ "name" : " gstack (graham s)" ,
63+ 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" ,
8891 "preferGlobal" : " true" ,
8992 "bin" : {
9093 "watch-http-server" : " ./bin/http-server" ,
94+ "watchhttpserver" : " ./bin/http-server" ,
9195 "whs" : " ./bin/http-server"
9296 }
9397}
You can’t perform that action at this time.
0 commit comments