Skip to content

Commit e1d5fdb

Browse files
author
Kevin Morris
committed
Updates and normalizes package files
1 parent 14fa0c8 commit e1d5fdb

File tree

4 files changed

+45
-92
lines changed

4 files changed

+45
-92
lines changed

bower.json

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,25 @@
11
{
22
"name": "jquery-form",
3+
"description": "The jQuery Form Plugin allows you to easily and unobtrusively upgrade HTML forms to use AJAX.",
34
"main": "src/jquery.form.js",
4-
"author": "Kevin Morris",
5-
"dependencies": {
6-
"jquery": ">=1.7"
7-
},
5+
"moduleType": [ "globals", "amd", "node" ],
6+
"license": "(MIT OR LGPL-3.0)",
87
"ignore": [
98
"README.md",
109
"composer.json",
11-
"form.jquery.json",
1210
"package.json"
13-
]
11+
],
12+
"keywords": [ "jquery", "ajax", "jquery-plugin", "json", "json-form", "html-form", "form", "jquery-form" ],
13+
"authors": [
14+
{ "name": "Kevin Morris" },
15+
{ "name": "Mike Alsup" }
16+
],
17+
"homepage": "https://github.com/jquery-form/form",
18+
"repository": {
19+
"type": "git",
20+
"url": "https://github.com/jquery-form/form.git"
21+
},
22+
"dependencies": {
23+
"jquery": ">=1.7 <3"
24+
}
1425
}

composer.json

Lines changed: 9 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,18 @@
11
{
22
"name": "jquery-form/form",
3-
"description": "A simple way to AJAX-ify any form on your page; with file upload and progress support.",
4-
"type": "component",
5-
"homepage": "https://github.com/jquery-form/form/",
6-
"keywords": [
7-
"form",
8-
"upload",
9-
"ajax"
3+
"description": "The jQuery Form Plugin allows you to easily and unobtrusively upgrade HTML forms to use AJAX.",
4+
"keywords": [ "jquery", "ajax", "jquery-plugin", "json", "json-form", "html-form", "form", "jquery-form" ],
5+
"homepage": "https://github.com/jquery-form/form",
6+
"license": "(MIT OR LGPL-3.0)",
7+
"authors": [
8+
{ "name": "Kevin Morris" },
9+
{ "name": "Mike Alsup" }
1010
],
1111
"support": {
12-
"issues": "https://github.com/jquery-form/form/issues",
13-
"wiki": "https://github.com/jquery-form/form/"
12+
"issues": "https://github.com/jquery-form/form/issues"
1413
},
15-
"authors": [
16-
{
17-
"name": "Kevin Morris",
18-
"url": "https://github.com/jquery-form/form"
19-
},{
20-
"name": "M. Alsup",
21-
"homepage": "http://jquery.malsup.com"
22-
}
23-
],
24-
"license": [
25-
"MIT",
26-
"LGPL-3.0"
27-
],
2814
"require": {
29-
"components/jquery": ">=1.7"
15+
"components/jquery": ">=1.7 <3"
3016
},
3117
"extra": {
3218
"component": {

form.jquery.json

Lines changed: 0 additions & 33 deletions
This file was deleted.

package.json

Lines changed: 19 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,22 @@
11
{
22
"name": "jquery-form",
3-
"title": "jQuery Form Plugin",
4-
"description": "A simple way to AJAX-ify any form on your page; with file upload and progress support.",
5-
"repository": {
6-
"type": "git",
7-
"url": "git@github.com:jquery-form/form.git"
8-
},
9-
"keywords": [
10-
"form",
11-
"upload",
12-
"ajax"
13-
],
143
"version": "4.0.0",
4+
"description": "The jQuery Form Plugin allows you to easily and unobtrusively upgrade HTML forms to use AJAX.",
5+
"keywords": [ "jquery", "ajax", "jquery-plugin", "json", "json-form", "html-form", "form", "jquery-form" ],
6+
"homepage": "https://github.com/jquery-form/form",
7+
"bugs": "https://github.com/jquery-form/form/issues",
8+
"license": "(MIT OR LGPL-3.0)",
159
"contributors": [
16-
{
17-
"name": "Kevin Morris",
18-
"url": "https://github.com/kevindb"
19-
},
20-
{
21-
"name": "M. Alsup",
22-
"url": "http://jquery.malsup.com"
23-
}
10+
{ "name": "Kevin Morris" },
11+
{ "name": "Mike Alsup" }
2412
],
25-
"license": "(MIT OR LGPL-3.0)",
26-
"bugs": "https://github.com/jquery-form/form/issues",
27-
"homepage": "https://github.com/jquery-form/form",
28-
"dependencies": {
29-
"jquery": ">=1.7"
30-
},
3113
"main": "src/jquery.form.js",
32-
"jam": {
33-
"main": "src/jquery.form.js",
34-
"dependencies": {
35-
"jquery": ">=1.7"
36-
}
14+
"repository": {
15+
"type": "git",
16+
"url": "https://github.com/jquery-form/form.git"
17+
},
18+
"dependencies": {
19+
"jquery": ">=1.7 <3"
3720
},
3821
"devDependencies": {
3922
"grunt": "~1",
@@ -44,5 +27,11 @@
4427
"gulp-uglify": "~2",
4528
"gulp-concat": "~2",
4629
"gulp-jshint": "~2"
30+
},
31+
"jam": {
32+
"main": "src/jquery.form.js",
33+
"dependencies": {
34+
"jquery": ">=1.7 <3"
35+
}
4736
}
4837
}

0 commit comments

Comments
 (0)