{
  "name": "gulp-typedoc-extractor",
  "version": "0.0.8",
  "description": "A post processor to extract a module from gulp-typedoc json output.",
  "dependencies": {
    "gulp-util": "~3.0.1",
    "istextorbinary": "1.0.2",
    "nconf": "~0.6.9",
    "readable-stream": "^2.0.1",
    "replacestream": "^4.0.0",
    "through2": "~0.6.1"
  },
  "devDependencies": {
    "gulp": "~3.8.7",
    "concat-stream": "^1.5.0",
    "mocha": "^2.1.0",
    "should": "^7.0.1",
    "vinyl": "^0.5.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/cmichaelgraham/gulp-typedoc-extractor.git"
  },
  "keywords": [
    "gulpplugin",
    "typedoc",
    "extract"
  ],
  "author": "Mike Graham <mgraham@technicalmedia.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/cmichaelgraham/gulp-typedoc-extractor/issues"
  },
  "engines": {
    "node": ">=0.10"
  }
}
