forked from jquery-form/form
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (38 loc) · 881 Bytes
/
package.json
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
33
34
35
36
37
38
{
"name": "jquery-form",
"title": "jQuery Form Plugin",
"description": "A simple way to AJAX-ify any form on your page; with file upload and progress support.",
"keywords": [
"form",
"upload",
"ajax"
],
"version": "3.40.0",
"author": {
"name": "M. Alsup",
"url": "http://jquery.malsup.com"
},
"licenses": [
{
"type": "MIT",
"url": "http://malsup.github.com/mit-license.txt"
},
{
"type": "GPL",
"url": "http://malsup.github.com/gpl-license-v2.txt"
}
],
"bugs": "https://github.com/malsup/form/issues",
"homepage": "http://jquery.malsup.com/form/",
"docs": "http://jquery.malsup.com/form/",
"download": "http://malsup.github.com/jquery.form.js",
"dependencies": {
"jquery": ">=1.5"
},
"jam": {
"main": "jquery.form.js",
"dependencies": {
"jquery": ">=1.5.0"
}
}
}