restify-new-nodejs-compatible
Version:
REST framework
24 lines (23 loc) • 687 B
JSON
{
"name": "restify-example",
"version": "0.0.0",
"description": "Kitchen Sink App of restify",
"main": "main.js",
"dependencies": {
"assert-plus": "0.2.0",
"pino": "^6.3.2",
"posix-getopt": "1.2.0",
"restify-errors": "^4.0.0",
"restify": "^4.0.3"
},
"devDependencies": {
"nodeunit": "0.9.1",
"pino-pretty": "^4.0.0"
},
"scripts": {
"start": "node main.js 2>&1 | pino-pretty",
"test": "nodeunit test"
},
"author": "Mark Cavage",
"license": "MIT"
}