{
  "name": "z-eventemitter",
  "version": "1.4.0",
  "description": "javascript EventEmitter",
  "scripts": {
    "dev": "node rollup",
    "build": "rollup -c",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zbm2001/EventEmitter.git"
  },
  "keywords": [
    "EventEmitter",
    "js",
    "javascript",
    "events",
    "Event",
    "addListener",
    "on",
    "onlimit",
    "addOnceListener",
    "once",
    "addAllListeners",
    "onAll",
    "removeListener",
    "off",
    "removeAllListeners",
    "offAll"
  ],
  "author": "zbm2001@aliyun.com",
  "license": "Apache 2.0",
  "bugs": {
    "url": "https://github.com/zbm2001/EventEmitter/issues"
  },
  "homepage": "https://github.com/zbm2001/EventEmitter#readme",
  "devDependencies": {
    "babel-core": "^6.26.0",
    "rollup": "^0.49.1",
    "rollup-plugin-babel": "^3.0.2",
    "rollup-plugin-buble": "^0.15.0",
    "rollup-plugin-commonjs": "^8.2.0",
    "rollup-plugin-node-resolve": "^3.0.0",
    "rollup-plugin-replace": "^1.1.1",
    "rollup-plugin-uglify": "^2.0.1",
    "uglify-js": "^3.0.28",
    "z-utils": "^1.6.4"
  }
}
