{
  "name": "tedi",
  "version": "1.1.4",
  "description": "Express wrappper written in typescript with dependency injection capabilities",
  "keywords": [
    "tedi",
    "express",
    "typescript",
    "di"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/antoniolopesgomes/tedi"
  },
  "scripts": {
    "test": "jasmine"
  },
  "author": "António Gomes",
  "license": "MIT",
  "devDependencies": {
    "@types/body-parser": "0.0.31",
    "@types/jasmine": "^2.2.32",
    "@types/supertest-as-promised": "^2.0.30",
    "del": "^2.2.1",
    "gulp": "^3.9.1",
    "gulp-jasmine": "^2.4.0",
    "gulp-sequence": "^0.4.5",
    "gulp-typescript": "^2.13.6",
    "jasmine": "^2.4.1",
    "jasmine-spec-reporter": "^2.5.0",
    "merge2": "^1.0.2",
    "supertest": "^1.2.0",
    "supertest-as-promised": "^3.1.0",
    "typescript": "^2.0.0"
  },
  "dependencies": {
    "@types/bluebird": "^3.0.31",
    "@types/body-parser": "0.0.31",
    "@types/inversify": "^2.0.29",
    "@types/lodash": "^4.14.33",
    "@types/winston": "0.0.27",
    "bluebird": "^3.4.0",
    "body-parser": "^1.15.2",
    "express": "^4.13.4",
    "inversify": "^4.6.0",
    "lodash": "^4.13.1",
    "nested-error-stacks": "^2.0.0",
    "reflect-metadata": "^0.1.3",
    "winston": "^2.2.0"
  }
}
