UNPKG

assurance

Version:

Node validation/sanitization library with a handsome API

31 lines (30 loc) 670 B
{ "name": "assurance", "version": "0.2.4", "description": "Node validation/sanitization library with a handsome API", "main": "lib/index.js", "scripts": { "test": "make test" }, "repository": { "type": "git", "url": "git://github.com/danmilon/assurance" }, "homepage": "https://github.com/danmilon/assurance", "keywords": [ "validation", "sanitization", "assurance", "ensure", "validate" ], "dependencies": {}, "devDependencies": { "mocha": "~1.8.1", "should": "~1.2.1", "component": "~0.11.1", "uglify-js": "~2.2.3" }, "author": "Dan Milon <danmilon@gmail.com>", "license": "MIT" }