summaryrefslogtreecommitdiffstats
path: root/js/vendor/ev-emitter/bower.json
blob: cabd1115dd8a343ec18bb0ae64d72d03204b18b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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"
  ]
}