diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..598ab59 --- /dev/null +++ b/bower.json @@ -0,0 +1,27 @@ +{ + "name": "github-fork-ribbon-css", + "version": "0.1.0", + "homepage": "http://simonwhitaker.github.io/github-fork-ribbon-css/", + "authors": [ + "Simon Whitaker" + ], + "description": "\"Fork me on GitHub\" CSS ribbon", + "main": [ + "gh-fork-ribbon.css", + "gh-fork-ribbon.ie.css" + ] + "keywords": [ + "css", + "fork", + "GitHub", + "ribbon" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}