UNPKG

rest-now

Version:

Start it running, dump some HTML/Bootstrap in the public dir, and you've got a webapp.

41 lines 885 B
{ "name": "rest-now", "version": "0.2.1", "author": "Geoffrey Parker <grp@gparker.co>", "description": "Start it running, dump some HTML/Bootstrap in the public dir, and you've got a webapp.", "preferGlobal": true, "bugs": { "url": "https://github.com/ProCynic/rest-now/issues" }, "bin": { "rest-now": "./bin/cli.js" }, "scripts": { "start": "node ./bin/cli.js" }, "main": "./bin/server.js", "repository": { "type": "git", "url": "https://github.com/ProCynic/rest-now" }, "keywords": [ "API", "quickstart", "Mongo", "Restify", "REST" ], "dependencies": { "mongodb": "1.1.x", "restify": "1.4.x", "node-static": "0.6.x", "optimist": "0.3.x" }, "engines": { "node": ">=0.8.8" }, "licenses": { "type": "MIT", "url": "https://raw.github.com/procynic/rest-now/master/LICENSE" } }