UNPKG

validate-me

Version:
39 lines (38 loc) 852 B
{ "name": "validate-me", "version": "2.3.2", "description": "JavaScript simple data validator", "main": "index.js", "scripts": { "test": "node_modules/.bin/mocha" }, "repository": { "type": "git", "url": "https://github.com/ivanoff/validate-me.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" } }