diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..c34ea20 --- /dev/null +++ b/bower.json @@ -0,0 +1,19 @@ +{ + "name": "Grid-A-Licious", + "version": "3.0.1", + "homepage": "https://github.com/suprb/Grid-A-Licious", + "authors": [ + "Andreas Pihlstrom " + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ], + "dependencies": { + "jquery": "~2.1.4" + } +}