mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-02 00:32:09 +02:00
fix(gridster): adding bower.json file
This commit is contained in:
+18
@@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"name": "gridster",
|
||||||
|
"homepage": "https://github.com/DecksterTeam/gridster.js",
|
||||||
|
"version": "0.6.2",
|
||||||
|
"dependencies": {
|
||||||
|
"jquery": "~1.11.2"
|
||||||
|
},
|
||||||
|
"private": true,
|
||||||
|
"ignore": [
|
||||||
|
".bowerrc",
|
||||||
|
".gitignore",
|
||||||
|
"CONTRIBUTING.md",
|
||||||
|
"Gruntfile.js",
|
||||||
|
"package.json",
|
||||||
|
"src/",
|
||||||
|
"test/"
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user