summaryrefslogtreecommitdiffstats
path: root/js/vendor/ev-emitter/bower.json
diff options
context:
space:
mode:
Diffstat (limited to 'js/vendor/ev-emitter/bower.json')
-rw-r--r--js/vendor/ev-emitter/bower.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/js/vendor/ev-emitter/bower.json b/js/vendor/ev-emitter/bower.json
new file mode 100644
index 000000000..cabd1115d
--- /dev/null
+++ b/js/vendor/ev-emitter/bower.json
@@ -0,0 +1,28 @@
+{
+ "name": "ev-emitter",
+ "main": "ev-emitter.js",
+ "homepage": "https://github.com/metafizzy/ev-emitter",
+ "authors": [
+ "David DeSandro <desandrocodes@gmail.com>"
+ ],
+ "description": "lil' event emitter",
+ "moduleType": [
+ "amd",
+ "globals",
+ "node"
+ ],
+ "keywords": [
+ "event",
+ "emitter",
+ "pubsub"
+ ],
+ "license": "MIT",
+ "ignore": [
+ "**/.*",
+ "node_modules",
+ "bower_components",
+ "test",
+ "tests",
+ "sandbox"
+ ]
+}