{
  "name": "typescript-eventbus",
  "version": "0.0.2",
  "description": "framework of eventbus like android in typescript",
  "main": "index.js",
  "types": "./index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/netren/typescript-eventbus.git"
  },
  "keywords": [
    "eventbus",
    "typescript"
  ],
  "author": "chenxixing",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/netren/typescript-eventbus/issues"
  },
  "homepage": "https://github.com/netren/typescript-eventbus#readme",
  "dependencies": {
    "reflect-metadata": "^0.1.10",
    "typescript": "^2.6.2"
  }
}
