Skip to content

Commit

Permalink
bower: merging bower.json into package.json.
Browse files Browse the repository at this point in the history
Install gridster via bower was broken.
  • Loading branch information
vieron committed Jun 13, 2013
1 parent f749c13 commit 10ef102
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .bowerrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"directory": "libs",
"json": "bower.json"
"json": "package.json"
}
8 changes: 0 additions & 8 deletions bower.json

This file was deleted.

9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "jquery.gridster",
"name": "gridster",
"title": "gridster.js",
"description": "a drag-and-drop multi-column jQuery grid plugin",
"version": "0.1.0",
Expand All @@ -22,13 +22,18 @@
}
],
"keywords": [],
"dependencies": {
"jquery": "~2.0.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-jshint": "~0.3.0",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-watch": "~0.3.1",
"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"
}
}

0 comments on commit 10ef102

Please sign in to comment.