{
  "name": "typhen",
  "description": "Generates code or documentation from TypeScript.",
  "version": "1.2.8",
  "homepage": "https://github.com/shiwano/typhen",
  "author": {
    "name": "Shogo Iwano",
    "email": "shiwano@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/shiwano/typhen.git"
  },
  "bugs": {
    "url": "https://github.com/shiwano/typhen/issues"
  },
  "license": "MIT",
  "main": "lib/index",
  "types": "lib/index.d.ts",
  "bin": {
    "typhen": "bin/typhen"
  },
  "engines": {
    "node": ">= 0.4.0",
    "npm": ">= 1.4.0"
  },
  "scripts": {
    "prepublish": "gulp",
    "test": "gulp"
  },
  "devDependencies": {
    "@types/power-assert": "^1.4.29",
    "@types/mocha": "^2.2.32",
    "@types/sinon": "^1.16.31",
    "@types/rimraf": "0.0.28",
    "del": "^2.0.2",
    "gulp": "^3.8.11",
    "gulp-changed": "^2.0.0",
    "gulp-espower": "^1.0.1",
    "gulp-jshint": "^2.0.0",
    "gulp-load-plugins": "^1.0.0",
    "gulp-replace": "^0.5.4",
    "gulp-sourcemaps": "^2.4.1",
    "gulp-spawn-mocha": "^3.1.0",
    "gulp-tslint": "^7.1.0",
    "gulp-typescript": "~3.1.5",
    "jshint": "^2.8.0",
    "merge-stream": "^1.0.0",
    "mocha": "^3.0.2",
    "node-inspector": "^0.12.3",
    "open": "0.0.5",
    "power-assert": "^1.1.0",
    "rimraf": "^2.3.2",
    "run-sequence": "^1.0.2",
    "sinon": "^2.0.0",
    "source-map-support": "^0.4.0",
    "tslint": "^4.5.1"
  },
  "keywords": [
    "typescript",
    "generator",
    "typhen",
    "tool",
    "interface",
    "convert",
    "json",
    "schema",
    "json schema",
    "metadata",
    "handlebars"
  ],
  "dependencies": {
    "@types/bluebird": "^3.0.33",
    "@types/chalk": "^0.4.30",
    "@types/glob": "^5.0.30",
    "@types/handlebars": "^4.0.31",
    "@types/hashmap": "^2.0.29",
    "@types/inflection": "^1.5.28",
    "@types/lodash": "4.14.55",
    "@types/minimatch": "^2.0.29",
    "@types/mkdirp": "^0.3.29",
    "@types/path-exists": "^1.0.29",
    "@types/vinyl": "^2.0.0",
    "bluebird": "^3.0.2",
    "chalk": "^1.0.0",
    "glob": "^7.1.0",
    "handlebars": "^4.0.4",
    "hashmap": "^2.0.4",
    "here": "0.0.2",
    "inflection": "^1.6.0",
    "lodash": "^4.16.1",
    "mkdirp": "^0.5.0",
    "nopt": "^4.0.1",
    "path-exists": "^3.0.0",
    "typescript": "2.2.2",
    "vinyl": "^2.0.1"
  }
}
