Blame view

framework/thirdparty/jquery-form/META.json 617 Bytes
385d70ca   Administrator   Importers CRUD
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
  {
  	"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"
  }