mirror of
https://gitlab.com/JKANetwork/CheckServer.git
synced 2026-02-27 15:33:48 +01:00
Start again
This commit is contained in:
30
vendors/validator/validator.jquery.json
vendored
Normal file
30
vendors/validator/validator.jquery.json
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user