browservefy
Version:
quicky http server to test out browserify changes rapidly
29 lines (28 loc) • 650 B
JSON
{
"name": "browservefy",
"version": "0.0.10",
"description": "quicky http server to test out browserify changes rapidly",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/chrisdickinson/browservefy.git"
},
"keywords": [
"simplehttpserver",
"browserify"
],
"author": "Chris Dickinson <chris@neversaw.us>",
"license": "MIT",
"dependencies": {
"response-stream": "0.0.0",
"filed": "0.0.7",
"optimist": "~0.3.5",
"live-reload": "~0.2.0",
"colors": "~0.6.0-1",
"through": "~2.2.0"
},
"bin": {
"browservefy": "./bin/browservefy"
},
"preferGlobal": true
}