UNPKG

node-form

Version:

form validation engine

37 lines (36 loc) 879 B
{ "name": "node-form", "version": "1.0.18", "description": "form validation engine", "main": "./commonjs/Validation", "repository": { "type": "git", "url": "https://github.com/rsamec/form" }, "keywords": [ "validation", "form" ], "author": "rsamec <roman.samec2@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/rsamec/form/issues" }, "dependencies": { "underscore": "latest", "Q": "latest" }, "devDependencies": { "expect.js": "~0.2.0", "grunt": "^0.4.5", "grunt-cli": "~0.1.9", "grunt-complexity": "~0.1.3", "grunt-contrib-copy": "^0.5.0", "grunt-contrib-jshint": "~0.6.4", "grunt-contrib-watch": "~0.5.3", "grunt-docular": "^0.1.2", "grunt-mocha-cli": "~1.1.0", "grunt-ngdocs": "^0.2.2", "grunt-typedoc": "^0.1.1" } }