summaryrefslogtreecommitdiffstats
path: root/js/vendor/ev-emitter/package.json
blob: d12f35779264095c396471ef7dea2eb3737ce9b7 (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.1",
  "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"
  }
}