{
  "name": "inversify",
  "version": "2.0.0",
  "description": "A powerful and lightweight inversion of control container for JavaScript and Node.js apps powered by TypeScript.",
  "main": "lib/inversify.js",
  "jsnext:main": "es/inversify.js",
  "typings": "./dts/inversify.d.ts",
  "directories": {
    "test": "gulp"
  },
  "scripts": {
    "test": "gulp",
    "publish-please": "publish-please",
    "prepublish": "publish-please guard"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/inversify/InversifyJS.git"
  },
  "keywords": [
    "ioc",
    "di",
    "javascript",
    "typescript",
    "node",
    "dependency injection",
    "dependency inversion",
    "inversion of control container"
  ],
  "author": "Remo H. Jansen",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/inversify/InversifyJS/issues"
  },
  "homepage": "http://inversify.io",
  "engines": {},
  "devDependencies": {
    "@types/chai": "^3.4.32",
    "@types/harmony-proxy": "^1.0.27",
    "@types/mocha": "^2.2.31",
    "@types/sinon": "^1.16.29",
    "bluebird": "^3.4.1",
    "browserify": "^13.0.0",
    "chai": "^3.4.1",
    "es6-symbol": "^3.1.0",
    "gulp": "^3.9.0",
    "gulp-header": "1.8.8",
    "gulp-istanbul": "^1.0.0",
    "gulp-mocha": "^3.0.0",
    "gulp-rename": "^1.2.2",
    "gulp-sourcemaps": "^1.6.0",
    "gulp-tslint": "^6.0.1",
    "gulp-typescript": "^2.13.0",
    "gulp-uglify": "^2.0.0",
    "harmonize": "^1.4.4",
    "harmony-proxy": "^1.0.0",
    "istanbul": "^0.4.2",
    "karma": "^1.1.2",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^2.0.0",
    "karma-commonjs": "^1.0.0",
    "karma-es6-shim": "^1.0.0",
    "karma-firefox-launcher": "^1.0.0",
    "karma-ie-launcher": "^1.0.0",
    "karma-mocha": "^1.1.1",
    "karma-mocha-reporter": "^2.0.5",
    "karma-phantomjs-launcher": "^1.0.2",
    "karma-sinon": "^1.0.5",
    "mocha": "^3.0.1",
    "publish-please": "^2.1.4",
    "reflect-metadata": "^0.1.3",
    "run-sequence": "^1.2.0",
    "sinon": "^1.17.3",
    "tslint": "^3.12.0",
    "typescript": "^2.0.2",
    "vinyl-buffer": "^1.0.0",
    "vinyl-source-stream": "^1.1.0"
  }
}
