validate-model
Version:
Validate model objects with validator.js
30 lines (29 loc) • 686 B
JSON
{
"name": "validate-model",
"version": "0.0.2",
"description": "Validate model objects with validator.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danielweinmann/validate-model.git"
},
"keywords": [
"validate",
"model",
"object",
"validator",
"validator.js"
],
"author": "Daniel Weinmann",
"license": "MIT",
"bugs": {
"url": "https://github.com/danielweinmann/validate-model/issues"
},
"homepage": "https://github.com/danielweinmann/validate-model#readme",
"dependencies": {
"validator": "5.0.0"
}
}