summaryrefslogtreecommitdiffstats
path: root/js/vendor/ev-emitter/package.json
blob: eac8535119ff1c7f884748dd40804c5857a5e959 (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
{
  "name": "ev-emitter",
  "version": "1.0.2",
  "description": "lil' event emitter",
  "main": "ev-emitter.js",
  "scripts": {
    "test": "mocha test/test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/metafizzy/ev-emitter.git"
  },
  "keywords": [
    "event",
    "emitter",
    "pubsub"
  ],
  "author": "David DeSandro",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/metafizzy/ev-emitter/issues"
  },
  "homepage": "https://github.com/metafizzy/ev-emitter#readme",
  "directories": {
    "test": "test"
  }
}