node-restify-validation
Version:
```diff -Maintener wanted ``` Validation for REST Services built with [node-restify](https://github.com/mcavage/node-restify) in node.js
44 lines (43 loc) • 862 B
JSON
{
"name": "node-restify-validation",
"version": "1.3.0",
"author": {
"name": "Timo Behrmann"
},
"contributors": [
"Marcos Sanz",
"Guillaume Chauvet",
"Stefan Schärmeli"
],
"license": "MIT",
"keywords": [
"rest",
"api",
"restify",
"validation"
],
"repository": {
"type": "git",
"url": "git://github.com/z0mt3c/node-restify-validation.git"
},
"bugs": {
"url": "https://github.com/z0mt3c/node-restify-validation/issues"
},
"scripts": {
"test": "mocha --recursive test"
},
"main": "lib/index",
"readmeFilename": "README.md",
"dependencies": {
"lodash": "3.10.x",
"validator": "3.22.x"
},
"devDependencies": {
"restify": ">=2.8.1 <5.0.0",
"mocha": "3.1.x",
"sinon": "1.11.x",
"should": "11.1.x",
"supertest": "2.0.x",
"coveralls": "2.12.x"
}
}