gotta-validate
Version:
A POJO object validator for node, built with resources, promises, and testing in mind.
40 lines (39 loc) • 880 B
JSON
{
"name": "gotta-validate",
"version": "0.2.0",
"description": "A POJO object validator for node, built with resources, promises, and testing in mind.",
"main": "src/index.js",
"dependencies": {
"q": "^1.4.1"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-coverage": "^0.3.36",
"gulp-jasmine": "^2.0.1",
"nodemon": "^1.4.1"
},
"repository": {
"type": "git",
"url": "https://github.com/madou/gotta-validate"
},
"scripts": {
"test": "gulp test"
},
"bugs": "https://github.com/madou/gotta-validate/issues",
"keywords": [
"node validae",
"promise",
"lets validate",
"node-validate",
"validator",
"validate",
"GottaValidate!",
"gotta validate",
"validate-it",
"promise based validator",
"resource validation",
"made for testing"
],
"author": "madou",
"license": "MIT"
}