mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
git-subtree-dir: lib/jquery-mousewheel git-subtree-mainline: 11c222ff06875669e0a908599ee9dafb7516d0bc git-subtree-split: b1c062e93b44f473022297c386d57fa7e58b6aae
17 lines
244 B
JSON
17 lines
244 B
JSON
{
|
|
"name": "jquery-mousewheel",
|
|
"main": "./jquery.mousewheel.js",
|
|
"ignore": [
|
|
"*.json",
|
|
"*.markdown",
|
|
"*.txt",
|
|
".*",
|
|
"!LICENSE.txt",
|
|
"Gruntfile.js",
|
|
"test"
|
|
],
|
|
"dependencies": {
|
|
"jquery": ">=1.2.2"
|
|
}
|
|
}
|