diff --git a/bower.json b/bower.json new file mode 100644 index 000000000..623ec500d --- /dev/null +++ b/bower.json @@ -0,0 +1,16 @@ +{ + "name": "gridster", + "description": "Gridster", + "version": "0.5.5", + "main": [ + "./dist/jquery.gridster.css", + "./dist/jquery.gridster.js" + ], + "ignore": [ + "*/.*", + "*.json", + "src", + "test", + "*.md" + ] +}