Files
cdnjs/ajax/libs/h5Validate/package.json
T

33 lines
626 B
JSON

{
"name": "h5Validate",
"filename": "jquery.h5validate.min.js",
"version": "0.8.4",
"description": "HTML5 form validation",
"homepage": "http://ericleads.com/h5validate/",
"author": {
"name": "Eric Elliott",
"url": "http://ericleads.com"
},
"keywords": [
"form",
"html5",
"form validation",
"validation",
"jquery"
],
"repository": {
"type": "git",
"url": "https://github.com/dilvie/h5Validate.git"
},
"devDependencies": {
"grunt": "*",
"grunt-saucelabs": "*"
},
"scripts": {
"test": "./scripts/test.sh"
},
"engines": {
"node": "~0.x.x"
}
}