{
  "name": "gulp-jade-inheritance",
  "version": "0.5.5",
  "description": "Rebuild only changed jade files and all it dependencies",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:juanfran/gulp-jade-inheritance.git"
  },
  "keywords": [
    "gulpplugin",
    "jade",
    "jade-inheritance"
  ],
  "author": "Juanfran Alcántara",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/juanfran/gulp-jade-inheritance/issues"
  },
  "homepage": "https://github.com/juanfran/gulp-jade-inheritance",
  "devDependencies": {
    "chai": "~3.4.1",
    "mocha": "~2.3.4",
    "proxyquire": "^1.7.3",
    "sinon": "^1.17.2"
  },
  "dependencies": {
    "event-stream": "^3.3.2",
    "gulp-util": "^3.0.7",
    "jade-inheritance": "^0.2.1",
    "lodash": "^3.10.1",
    "through2": "^2.0.0",
    "vinyl-fs": "^2.2.1"
  }
}
