simple-server
Version:
Simple Server allows you to easily get a node.js static file server up and running anywhere anytime.
69 lines (68 loc) • 1.66 kB
JSON
{
"title": "Simple Server",
"name": "simple-server",
"version": "1.1.1",
"description": "Simple Server allows you to easily get a node.js static file server up and running anywhere anytime.",
"homepage": "https://github.com/balupton/simple-server",
"license": "MIT",
"keywords": [
"server",
"simple"
],
"badges": {
"list": [
"travisci",
"npmversion",
"npmdownloads",
"daviddm",
"daviddmdev",
"---",
"patreon",
"opencollective",
"gratipay",
"flattr",
"paypal",
"bitcoin",
"wishlist",
"---",
"slackin"
],
"config": {
"patreonUsername": "bevry",
"opencollectiveUsername": "bevry",
"gratipayUsername": "bevry",
"flattrUsername": "balupton",
"paypalURL": "https://bevry.me/paypal",
"bitcoinURL": "https://bevry.me/bitcoin",
"wishlistURL": "https://bevry.me/wishlist",
"slackinURL": "https://slack.bevry.me"
}
},
"author": "2011+ Benjamin Lupton <b@lupton.cc> (http://balupton.com)",
"maintainers": [
"Benjamin Lupton <b@lupton.cc> (http://balupton.com)"
],
"contributors": [
"Benjamin Lupton <b@lupton.cc> (http://balupton.com)",
"Darrick Brown (https://github.com/voidstardb)"
],
"bugs": {
"url": "https://github.com/balupton/simple-server/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/balupton/simple-server.git"
},
"engines": {
"node": ">=6"
},
"preferGlobal": true,
"bin": "bin.js",
"main": "index.js",
"dependencies": {
"serve": "^6.4.9"
},
"devDependencies": {
"projectz": "^1.4.0"
}
}