summaryrefslogtreecommitdiffstats
path: root/js/vendor/ev-emitter/.bower.json
blob: 54903332ea70ea55c9aea249d2a5dba970cad09b (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
29
30
31
32
33
34
35
36
37
38
{
  "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"
  ],
  "version": "1.0.1",
  "_release": "1.0.1",
  "_resolution": {
    "type": "version",
    "tag": "v1.0.1",
    "commit": "e217618dcb466eb5c800602b46252083dc02cc49"
  },
  "_source": "git://github.com/metafizzy/ev-emitter.git",
  "_target": "~1.0.0",
  "_originalSource": "ev-emitter"
}