mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
bower: merging bower.json into package.json.
Install gridster via bower was broken.
This commit is contained in:
2
.bowerrc
2
.bowerrc
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"directory": "libs",
|
"directory": "libs",
|
||||||
"json": "bower.json"
|
"json": "package.json"
|
||||||
}
|
}
|
@@ -1,8 +0,0 @@
|
|||||||
{
|
|
||||||
"devDependencies": {
|
|
||||||
"qunit": "~1.11.0"
|
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"jquery": "~2.0.0"
|
|
||||||
}
|
|
||||||
}
|
|
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "jquery.gridster",
|
"name": "gridster",
|
||||||
"title": "gridster.js",
|
"title": "gridster.js",
|
||||||
"description": "a drag-and-drop multi-column jQuery grid plugin",
|
"description": "a drag-and-drop multi-column jQuery grid plugin",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
@@ -22,6 +22,9 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
|
"dependencies": {
|
||||||
|
"jquery": "~2.0.0"
|
||||||
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"grunt": "~0.4.1",
|
"grunt": "~0.4.1",
|
||||||
"grunt-contrib-uglify": "~0.2.0",
|
"grunt-contrib-uglify": "~0.2.0",
|
||||||
@@ -29,6 +32,8 @@
|
|||||||
"grunt-contrib-concat": "~0.1.3",
|
"grunt-contrib-concat": "~0.1.3",
|
||||||
"grunt-contrib-watch": "~0.3.1",
|
"grunt-contrib-watch": "~0.3.1",
|
||||||
"grunt-contrib-cssmin": "~0.5.0",
|
"grunt-contrib-cssmin": "~0.5.0",
|
||||||
"grunt-contrib-yuidoc": "~0.4.0"
|
"grunt-contrib-yuidoc": "~0.4.0",
|
||||||
|
"bower": "~0.9.2",
|
||||||
|
"qunit": "~1.11.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user