Skip to content

Commit 963d3a1

Browse files
committed
package.json: cleanup.
1 parent 2e92c91 commit 963d3a1

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"version": "3.1.6",
44
"author": "Brandon Aaron <[email protected]> (http://brandonaaron.net/)",
55
"description": "A jQuery plugin that adds cross-browser mouse wheel support.",
6+
"license": "MIT",
7+
"homepage": "https://github.com/brandonaaron/jquery-mousewheel",
68
"main": "./jquery.mousewheel.js",
79
"repository": {
810
"type": "git",
@@ -20,12 +22,6 @@
2022
"plugin",
2123
"browser"
2224
],
23-
"licenses": [
24-
{
25-
"type": "MIT",
26-
"url": "https://raw.github.com/brandonaaron/jquery-mousewheel/master/LICENSE.txt"
27-
}
28-
],
2925
"devDependencies": {
3026
"grunt": "~0.4.1",
3127
"grunt-contrib-connect": "~0.5.0",

0 commit comments

Comments
 (0)