forked from jquery/jquery-mousewheel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 851 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name" : "jquery-mousewheel",
"version": "3.1.3",
"description" : "A jQuery plugin that adds cross-browser mouse wheel support.",
"main" : "./jquery.mousewheel.js",
"repository" : {
"type" : "git",
"url" : "https://github.com/brandonaaron/jquery-mousewheel.git"
},
"keywords" : [ "jquery", "mouse", "wheel", "event", "mousewheel", "plugin", "browser" ],
"author" : {
"name" : "Brandon Aaron",
"email" : "[email protected]",
"url" : "http://brandonaaron.net/"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/brandonaaron/jquery-mousewheel/master/LICENSE.txt"
}
],
"devDependencies": {
"grunt-contrib-jshint": "~0.2.0",
"grunt-contrib-uglify": "~0.1.2",
"grunt": "~0.4.0"
}
}