silverstripe-framework/thirdparty/jquery-form/META.json
Ingo Schommer d593b1c870 MINOR Moved jsparty/jquery/plugins/form to sapphire/thirdparty/jquery-form
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@93550 467b73ca-7a2a-4603-9d3b-597d59a354a9
2011-02-02 14:17:48 +13:00

33 lines
617 B
JSON

{
"name": "jQuery-Form",
"version": 0.9,
"author": [
"Mike Alsup <malsup@gmail.com>"
],
"abstract": "Unobtrusively convert regular forms into Ajax forms.",
"license": "mit, gpl",
"distribution_type": "plugin",
"requires": {
"jQuery": ">= 1.0.3, < 1.2"
},
"build_requires": {
"jQuery.TestRunner": 0
},
"provides": {
"jQuery.Form": {
"version": 0.9,
"file": "jquery.form.js"
}
},
"keywords": [
"forms",
"unobtrusive"
],
"stability": "Official",
"meta-spec": {
"version": 1.3,
"url": "http://module-build.sourceforge.net/META-spec-v1.3.html"
},
"generated_by": "Yehuda Katz"
}