{
  "name": "type-doc",
  "version": "0.1.41",
  "description": "Static typechecking in valid javascript",
  "main": "dist/main.js",
  "bin": {
    "type-doc": "bin/type-doc"
  },
  "scripts": {
    "build:dev": "node_modules/.bin/gulp build:dev",
    "prepublish": "node_modules/.bin/gulp release",
    "test": "node_modules/.bin/gulp test",
    "start": "node_modules/.bin/gulp; node dist/main.js"
  },
  "author": "",
  "license": "MIT",
  "dependencies": {
    "body-parser": "1.15.2",
    "chalk": "1.1.3",
    "esprima": "3.1.0",
    "node-uuid": "1.4.7",
    "typescript": "2.2.2"
  },
  "devDependencies": {
    "babel-preset-es2015": "6.14.0",
    "chai": "3.5.0",
    "gulp": "^3.9.1",
    "gulp-babel": "6.1.2",
    "gulp-clean": "0.3.2",
    "gulp-env": "0.4.0",
    "gulp-exec": "^2.1.3",
    "gulp-load-plugins": "1.2.4",
    "gulp-mocha": "3.0.1",
    "gulp-plumber": "1.1.0",
    "gulp-sourcemaps": "^2.6.0",
    "jscs": "3.0.7",
    "mocha": "3.0.2",
    "run-sequence": "1.2.2",
    "sinon": "1.17.5"
  },
  "directories": {
    "doc": "docs",
    "example": "examples"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/trezm/type-doc.git"
  },
  "bugs": {
    "url": "https://github.com/trezm/type-doc/issues"
  },
  "homepage": "https://github.com/trezm/type-doc#readme"
}
