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
58 lines (57 loc) • 1.67 kB
JSON
{
"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": "angular-auto-validate.min.js",
"scripts": {
"test": "default"
},
"repository": {
"type": "git",
"url": "https://github.com/jonsamwell/angular-auto-validate.git"
},
"keywords": [
"angularjs",
"validation",
"bootstrap",
"foundation"
],
"author": "Jon Samwell <jonsamwell@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jonsamwell/angular-auto-validate/issues"
},
"homepage": "https://github.com/jonsamwell/angular-auto-validate",
"devDependencies": {
"bower": "^1.3.4",
"chai": "^1.9.1",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-connect": "^0.7.1",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-jsbeautifier": "^0.2.7",
"grunt-karma": "^0.8.3",
"grunt-plato": "^1.0.0",
"karma": "^0.12.16",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.4",
"karma-coverage": "^0.2.4",
"karma-ie-launcher": "^0.1.5",
"karma-mocha": "^0.1.3",
"karma-phantomjs-launcher": "^0.1.4",
"karma-sinon": "^1.0.3",
"mocha": "^1.20.1",
"sinon": "^1.10.2"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"tests",
"reports"
]
}