{
  "name": "@ts-ioc/platform-browser",
  "version": "2.0.7",
  "description": "tsioc is AOP, Ioc container, via typescript decorator",
  "main": "./bundles/platform-browser.umd.js",
  "typings": "./lib/index.d.ts",
  "scripts": {
    "postinstall": "npm prune",
    "reinstall": "npm cache clean && npm install",
    "start": "gulp start",
    "test": "gulp start --test",
    "debug": "gulp start && node lib/debug.js",
    "prepublish": "gulp start --release",
    "e2e": "protractor",
    "e2e.live": "protractor --elementExplorer"
  },
  "keywords": ["IoC", "AOP", "dependency", "injection", "framework", "container", "decorator", "autofac", "Inject", "type", "typescript"],
  "author": "houjun",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/zhouhoujun/tsioc/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/zhouhoujun/tsioc.git"
  },
  "homepage": "https://github.com/zhouhoujun/tsioc#readme",
  "dependencies": {
    "reflect-metadata": "^0.1.12"
  },
  "peerDependencies": {
    "@ts-ioc/core": "2.0.7"
  },
  "directories": {
    "lib": "lib"
  }
}