diff --git a/.bowerrc b/.bowerrc index 350ea7d570..a33fd7abd9 100644 --- a/.bowerrc +++ b/.bowerrc @@ -1,4 +1,4 @@ { "directory": "libs", - "json": "bower.json" + "json": "package.json" } \ No newline at end of file diff --git a/bower.json b/bower.json deleted file mode 100644 index 4dc21334c7..0000000000 --- a/bower.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "devDependencies": { - "qunit": "~1.11.0" - }, - "dependencies": { - "jquery": "~2.0.0" - } -} \ No newline at end of file diff --git a/package.json b/package.json index 9b99e3405a..8b538f4ba5 100644 --- a/package.json +++ b/package.json @@ -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", @@ -22,6 +22,9 @@ } ], "keywords": [], + "dependencies": { + "jquery": "~2.0.0" + }, "devDependencies": { "grunt": "~0.4.1", "grunt-contrib-uglify": "~0.2.0", @@ -29,6 +32,8 @@ "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" } }