node-restify-errors
Version:
The Restify Errors Methods as a separate Module.
34 lines (33 loc) • 755 B
JSON
{
"name": "node-restify-errors",
"version": "0.1.0",
"description": "The Restify Errors Methods as a separate Module.",
"author": {
"name": "Mark Cavage, Andreas Schmelas",
"email": "andreas@invertednothing.com"
},
"repository": {
"type": "git",
"url": "git://github.com/m9dfukc/node-restify-errors.git"
},
"bugs": {
"url": "https://github.com/m9dfukc/node-restify-errors/issues"
},
"dependencies": {},
"devDependencies": {},
"optionalDependencies": {},
"main": "./lib/index",
"engines": {
"node": ">= 0.8.0"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"keywords": [
"restify",
"rest"
]
}