h5validate
Version:
HTML5 form validation
31 lines (30 loc) • 581 B
JSON
{
"name": "h5validate",
"main": "jquery.h5validate",
"version": "0.9.2",
"license": "MIT",
"description": "HTML5 form validation",
"author": {
"name": "Eric Elliott"
},
"keywords": [
"form",
"html5",
"form validation",
"validation",
"jquery"
],
"repository": {
"type": "git",
"url": "https://github.com/ericelliott/h5Validate.git"
},
"devDependencies": {
"grunt": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-connect": "*",
"grunt-saucelabs": "*"
},
"scripts": {
"test": "./scripts/test.sh"
}
}