{
  "name": "zhtsdi",
  "version": "0.0.2",
  "description": "Typescript写的依赖注入库。An dependency-injection library for TypeScript.",
  "main": "index.js",
  "scripts": {
    "build": "node_modules\\.bin\\tsc",
    "test": "npm run build && npm run test:node",
    "test:node": "node_modules\\.bin\\mocha test/test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://git.oschina.net/Happyxx/TypescriptDependencyInjection.git"
  },
  "keywords": [
    "TypeScript",
    "Dependency-Injection",
    "DI",
    "依赖注入"
  ],
  "author": "HappyXiaox",
  "license": "MIT",
  "dependencies": {
    "reflect-metadata": "^0.1.9"
  },
  "devDependencies": {
    "@types/chai": "^3.4.34",
    "chai": "^3.5.0",
    "mocha": "^3.2.0",
    "mocha-typescript": "^1.0.15",
    "typescript": "^2.2.0-dev.20170113"
  }
}
