{
  "name": "gulp-handlebars",
  "version": "5.0.2",
  "description": "Handlebars plugin for gulp",
  "main": "index.js",
  "dependencies": {
    "handlebars": "^4.0.0",
    "plugin-error": "^0.1.2",
    "replace-ext": "^1.0.0",
    "through2": "^2.0.3"
  },
  "devDependencies": {
    "vinyl": "^2.1.0",
    "gulp": "^4.0.0",
    "gulp-concat": "^2.5.2",
    "gulp-declare": "^0.3.0",
    "gulp-define-module": "^0.1.1",
    "gulp-wrap": "^0.13.0",
    "mocha": "^4.1.0",
    "nsdeclare": "^0.1.0",
    "should": "^13.2.0"
  },
  "scripts": {
    "test": "./node_modules/.bin/mocha"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/lazd/gulp-handlebars.git"
  },
  "keywords": [
    "gulpplugin",
    "handlebars"
  ],
  "author": "Larry Davis <lazdnet@gmail.com>",
  "contributors": [
    "Whitney Young <wbyoung@fadingred.com>"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lazd/gulp-handlebars/issues"
  },
  "engines": {
    "node": ">=0.10"
  }
}
