We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e92c91 commit 963d3a1Copy full SHA for 963d3a1
package.json
@@ -3,6 +3,8 @@
3
"version": "3.1.6",
4
"author": "Brandon Aaron <[email protected]> (http://brandonaaron.net/)",
5
"description": "A jQuery plugin that adds cross-browser mouse wheel support.",
6
+ "license": "MIT",
7
+ "homepage": "https://github.com/brandonaaron/jquery-mousewheel",
8
"main": "./jquery.mousewheel.js",
9
"repository": {
10
"type": "git",
@@ -20,12 +22,6 @@
20
22
"plugin",
21
23
"browser"
24
],
- "licenses": [
- {
25
- "type": "MIT",
26
- "url": "https://raw.github.com/brandonaaron/jquery-mousewheel/master/LICENSE.txt"
27
- }
28
- ],
29
"devDependencies": {
30
"grunt": "~0.4.1",
31
"grunt-contrib-connect": "~0.5.0",
0 commit comments