diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..fd73c9d --- /dev/null +++ b/bower.json @@ -0,0 +1,18 @@ +{ + "name": "Tweetsie", + "version": "0.1.0", + "homepage": "https://github.com/iamphill/Tweetsie", + "description": "Twitter plugin built with JS! 'cause I mean why the hello not?!", + "main": "dist/Tweetsie.js", + "authors": [ + "Phil Hughes " + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}