diff --git a/package.json b/package.json index ab12470ed..8d0b68189 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,8 @@ "version": "3.1.6", "author": "Brandon Aaron (http://brandonaaron.net/)", "description": "A jQuery plugin that adds cross-browser mouse wheel support.", + "license": "MIT", + "homepage": "https://github.com/brandonaaron/jquery-mousewheel", "main": "./jquery.mousewheel.js", "repository": { "type": "git", @@ -20,12 +22,6 @@ "plugin", "browser" ], - "licenses": [ - { - "type": "MIT", - "url": "https://raw.github.com/brandonaaron/jquery-mousewheel/master/LICENSE.txt" - } - ], "devDependencies": { "grunt": "~0.4.1", "grunt-contrib-connect": "~0.5.0",