{
  "name": "swagger2-ts-codegen",
  "version": "2.5.0",
  "description": "A fork of `swagger-js-codegen` made for typescript only",
  "main": "index.js",
  "bin": {
    "swagger2-ts-codegen": "index.js"
  },
  "scripts": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/johncoffee/swagger2-ts-codegen.git"
  },
  "keywords": [
    "swagger",
    "rest",
    "api",
    "generator",
    "typescript"
  ],
  "author": "Julian <npm2016@ragelse.dk>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/johncoffee/swagger2-ts-codegen/issues"
  },
  "homepage": "https://github.com/johncoffee/swagger2-ts-codegen#readme",
  "dependencies": {
    "commander": "^2.9.0",
    "lodash": "^4.17.2",
    "mustache": "^2.3.0"
  }
}
