1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-08 01:14:24 +03:00
ifhub.club/application/frontend/skin/developer/components/ls-vendor/parsley/parsley.jquery.json
Denis Shakhov 42321428f8 Компоненты ls-core и ls-vendor
* Перенесены либы из фреймворка
2014-10-24 20:26:11 +07:00

32 lines
1,009 B
JSON

{
"name": "parsley",
"title": "Javascript forms validation. Powerful, UX aware & Dead simple.",
"description": "Never write a single javascript line anymore to validate your forms FrontEnd. Parsley will do that for you,and do it right, thanks to its powerful DOM-API !",
"keywords": [
"parsley",
"parsleyjs",
"forms",
"form",
"validation",
"validate"
],
"version": "1.1.15",
"author": {
"name": "Guillaume Potier",
"email": "guillaume@wisembly.com",
"url": "http://guillaumepotier.com"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"bugs": "https://github.com/guillaumepotier/Parsley.js/issues",
"homepage": "http://parsleyjs.org",
"docs": "http://parsleyjs.org/documentation.html",
"download": "https://github.com/guillaumepotier/Parsley.js/",
"dependencies": {
"jquery": ">=1.7"
}
}