UNPKG

modella-validators

Version:
29 lines (28 loc) 525 B
{ "name": "modella-validators", "version": "0.1.3", "description": "Validators for Modella", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git@github.com:modella/validators.git" }, "keywords": [ "modella", "validators", "validations" ], "author": "Ryan Schmukler", "license": "MIT", "dependencies": { "modella": ">=0.1.0" }, "devDependencies": { "expect.js": "*", "mocha": "~2.1.0", "modella-mongo": "*" } }