UNPKG

express-validator-errors

Version:

Error serializer for validation errors found in express-validator

35 lines 888 B
{ "name": "express-validator-errors", "version": "2.1.0", "description": "Error serializer for validation errors found in express-validator", "main": "index.js", "repository": { "type": "git", "url": "git://github.com/jaketrent/express-validator-errors.git" }, "bugs": { "url": "https://github.com/jaketrent/express-validator-errors/issues" }, "homepage": "https://github.com/jaketrent/express-validator-errors", "scripts": { "test": "node_modules/mocha/bin/mocha --harmony \"test/unit/**/*.spec.coffee\"" }, "keywords": [ "node-validator", "express-validator", "json", "error", "serializer" ], "author": "jaketrent", "license": "MIT", "devDependencies": { "mocha": "~1.20.1", "coffee-script": "~1.7.1", "should": "~4.0.4", "rf-release": "~0.1.2" }, "dependencies": { "underscore": "~1.6.0" } }