validator.js
Version:
Powerful object and string validation in Javascript.
31 lines (30 loc) • 483 B
JSON
{
"name": "validator.js",
"license": "MIT",
"author": {
"name": "Guillaume Potier",
"email": "guillaume@wisembly.com",
"url": "http://guillaumepotier.com/"
},
"main": [
"./dist/validator.min.js"
],
"keywords": [
"validation",
"validator",
"node",
"browser",
"library"
],
"ignore": [
"**/.*",
"bin",
"src",
"tests",
"*.json",
".gitignore",
".travis.yml",
"Gruntfile.js"
],
"version": "2.0.4"
}