UNPKG

smalley

Version:

Validates data passed in against a validation definition config.

39 lines (38 loc) 846 B
{ "name": "smalley", "version": "0.1.6", "description": "Validates data passed in against a validation definition config.", "main": "smalley.js", "scripts": { "unit": "mocha test/unitSpecs/", "int": "mocha test/integrationSpecs/", "test": "npm run unit && npm run int" }, "repository": { "type": "git", "url": "https://github.com/TicketCity/smalley" }, "keywords": [ "validate", "validation", "smalley", "affirm" ], "author": { "name": "Chris Moses", "email": "cmoses@ticketcity.com", "url": "https://github.com/ctmoses" }, "license": "MIT", "devDependencies": { "mocha": "^2.2.5", "should": "^6.0.3" }, "dependencies": { "app-root-path": "^1.0.0", "async": "^1.2.1", "glob": "^5.0.10", "unwinder": "^1.0.3", "validator": "^3.40.0" } }