{
  "name": "eventEmitter",
  "description": "Event based JavaScript for the browser",
  "version": "4.2.7",
  "main": [
    "./EventEmitter.js"
  ],
  "author": {
    "name": "Oliver Caldwell",
    "web": "http://oli.me.uk/"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/Wolfy87/EventEmitter#license-mit"
    }
  ],
  "keywords": [
    "events",
    "structure"
  ],
  "ignore": [
    "docs",
    "tests",
    "tools",
    ".gitignore",
    "package.json"
  ],
  "homepage": "https://github.com/Wolfy87/EventEmitter",
  "_release": "4.2.7",
  "_resolution": {
    "type": "version",
    "tag": "v4.2.7",
    "commit": "5cba254c056a143df1c4f5505bfa8c3531ebd56c"
  },
  "_source": "git://github.com/Wolfy87/EventEmitter.git",
  "_target": ">=3 <5",
  "_originalSource": "eventEmitter"
}