UNPKG

brest-validate

Version:
40 lines (39 loc) 738 B
{ "author": { "name": "Max Kitsch", "email": "max.kitsch@gmail.com" }, "name": "brest-validate", "description": "Express validation wrapper for the bREST API", "version": "1.0.0", "repository": { "type": "git", "url": "https://github.com/MaximTovstashev/brest-validate.git" }, "main": "index.js", "dependencies": { "express-validator": "^5.3.0" }, "keywords": [ "api", "app", "brest", "express", "rest", "restful", "validate" ], "optionalDependencies": {}, "engines": { "node": "*" }, "devDependencies": { "brest": "^1.0.0-alpha.6", "chai": "^3.5.0", "chai-http": "^3.0.0", "mocha": "^3.4.1" }, "scripts": { "test": "mocha" } }