UNPKG

angular-auto-validate

Version:

An automatic validation module for AngularJS which gets rid of excess html in favour of dynamic element modification to notify the user of validation errors

44 lines (43 loc) 1.09 kB
{ "name": "angular-auto-validate", "version": "1.19.0", "description": "An automatic validation module for AngularJS which gets rid of excess html in favour of dynamic element modification to notify the user of validation errors", "main": "dist/jcs-auto-validate.js", "keywords": [ "angularjs", "angular", "validation", "bootstrap", "foundation" ], "author": { "name": "Jon Samwell", "email": "jonsamwell@gmail.com", "url": "https://github.com/jonsamwell" }, "licenses": [ { "type": "MIT", "url": "http://www.opensource.org/licenses/MIT" } ], "homepage": "https://github.com/jonsamwell/angular-auto-validate", "repository": { "type": "git", "url": "git://github.com/jonsamwell/angular-auto-validate" }, "ignore": [ "**/.*", "node_modules", "bower_components", "tests" ], "devDependencies": { "bootstrap": ">=3.1.1", "jQuery": ">=1.11.1", "angular-mocks": ">=1.2.12" }, "dependencies": { "angular": ">=1.2.12" } }