Files
lime/templates/bin/node/http-server/package.json
2014-09-30 17:41:57 -07:00

79 lines
1.6 KiB
JSON
Executable File

{
"name": "http-server",
"version": "0.6.1",
"author": "Nodejitsu <support@nodejitsu.com>",
"description": "a simple zero-configuration command-line http server",
"main": "./lib/http-server",
"repository": {
"type": "git",
"url": "git://github.com/nodeapps/http-server.git"
},
"keywords": [
"cli",
"command"
],
"scripts": {
"start": "node ./bin/http-server",
"test": "vows --spec --isolate"
},
"contributors": [
{
"name": "Marak Squires",
"email": "marak.squires@gmail.com"
},
{
"name": "Charlie McConnell",
"email": "charlie@charlieistheman.com"
},
{
"name": "Joshua Holbrook",
"email": "josh.holbrook@gmail.com"
},
{
"name": "Maciej Małecki",
"email": "maciej.malecki@notimplemented.org"
},
{
"name": "Matthew Bergman",
"email": "mzbphoto@gmail.com"
},
{
"name": "brad dunbar",
"email": "dunbarb2@gmail.com"
},
{
"name": "Dominic Tarr"
},
{
"name": "Travis Person",
"email": "travis.person@gmail.com"
}
],
"dependencies": {
"colors": "0.6.x",
"optimist": "0.5.x",
"union": "0.3.x",
"ecstatic": "0.4.x",
"portfinder": "0.2.x",
"opener": "~1.3.0"
},
"devDependencies": {
"vows": "0.7.x",
"request": "2.21.x"
},
"bugs": {
"url": "https://github.com/nodeapps/http-server/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/nodeapps/http-server/raw/master/LICENSE"
}
],
"analyze": false,
"preferGlobal": "true",
"bin": {
"http-server": "./bin/http-server"
}
}