node-ratify
Version:
A rich and efficient node validation library for String, Number, Date and Javascript Objects
54 lines • 1.79 kB
JSON
{
"name" : "node-ratify",
"version" : "1.1.32",
"description" : "A rich and efficient node validation library for String, Number, Date and Javascript Objects",
"main" : "./validate.js",
"keywords" : [
"validator",
"validation",
"validate",
"assert",
"node-validate",
"node-validation",
"ratify",
"node-valid",
"valid",
"node-ratify",
"validationUtils",
"string validation",
"date validation",
"array validation",
"object validation"
],
"files" : [
"validate.js",
"validate.min.js",
"README.md",
"package.json",
"LICENSE"
],
"devDependencies" : {
"chai" : "^3.5.0",
"coveralls" : "^2.13.1",
"istanbul" : "^0.4.5",
"mocha" : "^3.4.1",
"uglify-js" : "^3.0.10"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/luthraG/node-validate.git"
},
"bugs" : {
"url" : "https://github.com/luthraG/node-validate/issues"
},
"author" : {
"name" : "Gaurav Luthra",
"email" : "luthra.zenith@gmail.com"
},
"scripts" : {
"minify" : "uglifyjs validate.js -o validate.min.js --compress --mangle --comments '/Copyright/'",
"test" : "./node_modules/mocha/bin/mocha --reporter spec",
"coveralls" : "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"license" : "MIT"
}