mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-03 08:01:38 +02:00
include bower package manager support
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"name": "jquery-mousewheel",
|
||||||
|
"version": "3.1.3",
|
||||||
|
"main": "./jquery.mousewheel.js",
|
||||||
|
"ignore": [
|
||||||
|
".*",
|
||||||
|
"*.txt",
|
||||||
|
"*.markdown",
|
||||||
|
"*.json",
|
||||||
|
"test",
|
||||||
|
"Gruntfile.js"
|
||||||
|
],
|
||||||
|
"dependencies": {
|
||||||
|
"jquery": ">=1.2.2"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user