mirror of https://github.com/ColorlibHQ/gentelella
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
913 B
31 lines
913 B
{
|
|
"name": "validator",
|
|
"title": "validator",
|
|
"description": "The Validator is cross-browser and will give you the power to use future-proof input types such as 'tel', 'email', 'number', 'date', and 'url'. I can sum this as a 'template' for creating web forms. It uses the power of custom 'data' to achieve high flexibility",
|
|
"keywords": ["validator", "validation", "form", "input"],
|
|
"version": "1.0.6",
|
|
"author": {
|
|
"name": "Yair Even Or",
|
|
"url": "http://dropthebit.com"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "Yair Even Or",
|
|
"email": "vsync.design@gmail.com"
|
|
}
|
|
],
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://opensource.org/licenses/MIT"
|
|
}
|
|
],
|
|
"bugs": "https://github.com/yairEO/validator/issues",
|
|
"homepage": "https://github.com/yairEO/validator",
|
|
"docs": "https://github.com/yairEO/validator",
|
|
"download": "https://github.com/yairEO/validator",
|
|
"dependencies": {
|
|
"jquery": ">=1.5"
|
|
}
|
|
}
|