UNPKG

data-validators

Version:

Validators that help make sure your data follow specific constraints.

30 lines (29 loc) 702 B
{ "name": "data-validators", "version": "1.0.3", "description": "Validators that help make sure your data follow specific constraints.", "main": "main.js", "scripts": { "test": "mocha --recursive" }, "repository": { "type": "git", "url": "git+https://github.com/c-butcher/data-validators.git" }, "keywords": [ "Validation", "Validators", "Constraints" ], "author": "Chris Butcher", "license": "MIT", "bugs": { "url": "https://github.com/c-butcher/data-validators/issues" }, "homepage": "https://github.com/c-butcher/data-validators#readme", "dependencies": { "chai": "^4.2.0", "formatted-error": "^1.0.0", "mocha": "^5.2.0" } }