UNPKG

carbon-validate

Version:

Data validators for the CarbonJS Framework or to be used standalone

42 lines (41 loc) 889 B
{ "name": "carbon-validate", "version": "1.0.16", "description": "Data validators for the CarbonJS Framework or to be used standalone", "homepage": "https://github.com/carbonjs/carbon-validate", "author": { "name": "Amir Ahmetovic", "email": "chox.nox@gmail.com" }, "keywords": [ "validate", "validator", "validators", "form", "forms", "zend" ], "licence": "MIT", "main": "./index.js", "bugs": { "url": "https://github.com/carbonjs/carbon-validate/issues" }, "repository": { "type": "git", "url": "git://github.com/carbonjs/carbon-validate.git" }, "scripts": { "test": "mocha" }, "dependencies": { "bytes": "^2.5.0", "gm": "^1.23.1", "request": "^2.88.0" }, "devDependencies": { "chai": "^4.1.0", "chai-as-promised": "^7.1.1", "mocha": "^3.5.3", "mocha-each": "^1.1.0" } }