servile
Version:
A quickstarter for NodeJS-based apps, automagically routing requests to files of same name within a given folder. Targeted at prototypers, not made for production.
28 lines (27 loc) • 626 B
JSON
{
"name": "servile",
"version": "1.3.4",
"description": "A quickstarter for NodeJS-based apps, automagically routing requests to files of same name within a given folder. Targeted at prototypers, not made for production.",
"main": "main.js",
"files": ["bin", "/lib"],
"bin": {
"serve": "./bin/serve.js"
},
"scripts": {
"start": "node ./lib/serve.js"
},
"author": "Ida Ebkes",
"repository": {
"url": "https://github.com/ida/servile"
},
"keywords": [
"server",
"router",
"quickstart",
"lightweight",
"prototyping",
"cli",
"commandline"
],
"license": "MIT"
}