2valid
Version:
JavaScript simple data validator
39 lines (38 loc) • 842 B
JSON
{
"name": "2valid",
"version": "3.1.1",
"description": "JavaScript simple data validator",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/ivanoff/2valid.git"
},
"keywords": [
"validate",
"validator",
"data",
"stucture",
"model",
"json"
],
"author": "Dimitry Ivanov <2@ivanoff.org.ua> (http://ivanoff.org.ua/)",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/brentertz/scapegoat/blob/master/LICENSE-MIT"
}
],
"bugs": {
"url": "https://github.com/ivanoff/validate-me/issues"
},
"homepage": "https://github.com/ivanoff/validate-me",
"devDependencies": {
"coveralls": "^2.11.15",
"istanbul": "^0.4.5",
"chai": "^3.3.0",
"mocha": "^2.3.3"
}
}