Skip to content

Commit

Permalink
Cleaning up package.json for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Morris committed Feb 20, 2017
1 parent aeb407d commit 2ea3e86
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,29 @@
"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.",
"repository": {
"type": "git",
"url": "git@github.com:jquery-form/form.git"
},
"keywords": [
"form",
"upload",
"ajax"
],
"version": "3.51.1",
"author": {
"name": "Kevin Morris",
"url": "https://github.com/jquery-form/form"
},
"licenses": [
"contributors": [
{
"type": "MIT",
"url": "https://github.com/jquery-form/form/LICENSE"
"name": "Kevin Morris",
"url": "https://github.com/kevindb"
},
{
"type": "LGPLv3",
"url": "https://github.com/jquery-form/form/blob/master/LICENSE-LGPLv3"
"name": "M. Alsup",
"url": "http://jquery.malsup.com"
}
],
"license": "(MIT OR LGPL-3.0)",
"bugs": "https://github.com/jquery-form/form/issues",
"homepage": "https://github.com/jquery-form/form",
"docs": "https://github.com/jquery-form/form",
"download": "https://github.com/jquery-form/form/blob/master/jquery.form.js",
"dependencies": {
"jquery": ">=1.7"
},
Expand Down

0 comments on commit 2ea3e86

Please sign in to comment.