Skip to content

Commit 2ea3e86

Browse files
author
Kevin Morris
committed
Cleaning up package.json for npm
1 parent aeb407d commit 2ea3e86

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

package.json

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,29 @@
22
"name": "jquery-form",
33
"title": "jQuery Form Plugin",
44
"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": "[email protected]:jquery-form/form.git"
8+
},
59
"keywords": [
610
"form",
711
"upload",
812
"ajax"
913
],
1014
"version": "3.51.1",
11-
"author": {
12-
"name": "Kevin Morris",
13-
"url": "https://github.com/jquery-form/form"
14-
},
15-
"licenses": [
15+
"contributors": [
1616
{
17-
"type": "MIT",
18-
"url": "https://github.com/jquery-form/form/LICENSE"
17+
"name": "Kevin Morris",
18+
"url": "https://github.com/kevindb"
1919
},
2020
{
21-
"type": "LGPLv3",
22-
"url": "https://github.com/jquery-form/form/blob/master/LICENSE-LGPLv3"
21+
"name": "M. Alsup",
22+
"url": "http://jquery.malsup.com"
2323
}
2424
],
25+
"license": "(MIT OR LGPL-3.0)",
2526
"bugs": "https://github.com/jquery-form/form/issues",
2627
"homepage": "https://github.com/jquery-form/form",
27-
"docs": "https://github.com/jquery-form/form",
28-
"download": "https://github.com/jquery-form/form/blob/master/jquery.form.js",
2928
"dependencies": {
3029
"jquery": ">=1.7"
3130
},

0 commit comments

Comments
 (0)