librenms-librenms/bower.json
Brandon Aaron d55a79ef9f Bumping to 3.1.9. Including a fix for the broken bower.json in 3.1.8 and
updates to the old delta handling code.
2013-12-16 09:24:00 -05:00

17 lines
246 B
JSON

{
"name": "jquery-mousewheel",
"version": "3.1.9",
"main": "./jquery.mousewheel.js",
"ignore": [
"*.json",
"*.markdown",
"*.txt",
".*",
"Gruntfile.js",
"test"
],
"dependencies": {
"jquery": ">=1.2.2"
}
}