schema-validator
Version:
JSON Schema validation library for JavaScript / Node / Express.
28 lines (27 loc) • 544 B
JSON
{
"name": "schema-validator",
"version": "3.3.1",
"description": "JSON Schema validation library for JavaScript / Node / Express.",
"main": "validator.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Nijikokun/Validator.git"
},
"keywords": [
"validator",
"validation",
"schema",
"json",
"required",
"length",
"test",
"regexp",
"scheme"
],
"author": "Nijiko Yonskai",
"license": "MIT",
"readmeFilename": "readme.md"
}