mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-17 00:36:26 +10:00
33 lines
626 B
JSON
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"
|
|
}
|
|
}
|