From 963d3a149a81f3ac6a61e9fd260343c695f06205 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 13 Nov 2013 20:59:39 +0200 Subject: [PATCH] package.json: cleanup. --- package.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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",