bower: merging bower.json into package.json.

Install gridster via bower was broken.
This commit is contained in:
vieron
2013-06-13 17:56:03 +02:00
parent f749c13e4a
commit 10ef102e34
3 changed files with 8 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
{ {
"directory": "libs", "directory": "libs",
"json": "bower.json" "json": "package.json"
} }

View File

@@ -1,8 +0,0 @@
{
"devDependencies": {
"qunit": "~1.11.0"
},
"dependencies": {
"jquery": "~2.0.0"
}
}

View File

@@ -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"
} }
} }