librenms-librenms/package.json

45 lines
992 B
JSON
Raw Normal View History

{
"name": "jquery-mousewheel",
2014-07-10 11:27:19 -04:00
"version": "3.1.12",
"author": "Brandon Aaron (http://brandon.aaron.sh)",
"description": "A jQuery plugin that adds cross-browser mouse wheel support.",
2013-11-13 20:59:39 +02:00
"license": "MIT",
"homepage": "https://github.com/brandonaaron/jquery-mousewheel",
"main": "./jquery.mousewheel.js",
"repository": {
"type": "git",
"url": "https://github.com/brandonaaron/jquery-mousewheel.git"
},
"bugs": {
"url": "https://github.com/brandonaaron/jquery-mousewheel/issues"
},
"keywords": [
"jquery",
"mouse",
"wheel",
"event",
"mousewheel",
"plugin",
"browser"
],
"files": [
"ChangeLog.md",
"jquery.mousewheel.js",
"README.md"
],
"devDependencies": {
2013-09-07 10:25:55 +03:00
"grunt": "~0.4.1",
2013-11-13 20:48:27 +02:00
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-jshint": "~0.7.1",
"grunt-contrib-uglify": "~0.2.7"
},
"directories": {
"test": "test"
2013-10-18 10:36:56 -05:00
},
"jam": {
"dependencies": {
"jquery": ">=1.2.2"
}
}
2013-03-11 21:17:08 -05:00
}