diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..b289e1c --- /dev/null +++ b/bower.json @@ -0,0 +1,23 @@ +{ + "name": "jquery-tiny-pubsub", + "version": "0.7.0", + "homepage": "https://github.com/miql/jquery-tiny-pubsub", + "authors": [ + "Ben Alman " + ], + "description": "A really, really, REALLY tiny pub/sub implementation for jQuery.", + "main": "dist/ba-tiny-pubsub.js", + "keywords": [ + "jQuery", + "pubsub" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "app/bower_components", + "test", + "tests" + ] +}