UNPKG

express-api-validator

Version:
43 lines (42 loc) 956 B
{ "name": "express-api-validator", "version": "0.1.0", "description": "Middleware to declaritively validate requests", "main": "index.js", "scripts": { "test": "grunt test" }, "repository": { "type": "git", "url": "https://github.com/DubFriend/express-api-validator.git" }, "keywords": [ "express", "connect", "validate", "json", "request", "paramaters", "query", "body" ], "author": "Brian Detering", "license": "MIT", "bugs": { "url": "https://github.com/DubFriend/express-api-validator/issues" }, "homepage": "https://github.com/DubFriend/express-api-validator", "devDependencies": { "body-parser": "^1.12.4", "express": "^4.12.3", "grunt": "^0.4.5", "grunt-contrib-nodeunit": "^0.4.1", "grunt-contrib-watch": "^0.6.1", "q": "^1.4.0", "request": "^2.55.0" }, "dependencies": { "the_validator": "^1.2.1", "underscore": "^1.8.3" } }