mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
28 lines
851 B
JSON
28 lines
851 B
JSON
{
|
|
"name" : "jquery-mousewheel",
|
|
"version": "3.1.1",
|
|
"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" : "brandon.aaron@gmail.com",
|
|
"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"
|
|
}
|
|
}
|