35 lines
984 B
JSON
35 lines
984 B
JSON
{
|
|
"name": "browservefy",
|
|
"version": "0.0.9",
|
|
"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": {
|
|
"name": "Chris Dickinson",
|
|
"email": "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,
|
|
"readme": "# browservefy\n\ntiny CLI script to run a local static server that\nresponds to a provided path with browserify.\n\n## usage\n\n```javascript\n\n$ browservefy path/to/entry.js PORT -- [browserify args]\n\n```\n\n## license\n\nMIT\n",
|
|
"_id": "browservefy@0.0.9",
|
|
"_from": "browservefy"
|
|
}
|