mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
8f23fa99a5
The 'admin' module will be split off from 'framework', where 'framework' only provides (mostly) frontend-agnostic PHP classes. For example, HTMLEditorField.php has a TinyMCEConfig.php driver, but doesn't come with its own JS includes.
33 lines
617 B
JSON
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"
|
|
}
|