{
  "name": "gulp-ejs-template",
  "description": "Precompile EJS templates to a JS file.",
  "version": "0.2.0",
  "main": "index.js",
  "homepage": "https://github.com/teambition/gulp-ejs-template",
  "author": [
    "Yan Qing <admin@zensh.com>"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/teambition/gulp-ejs-template.git"
  },
  "keywords": [
    "gulpplugin",
    "ejs",
    "template",
    "ejs-template"
  ],
  "bugs": {
    "url": "https://github.com/teambition/gulp-ejs-template/issues"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "scripts": {
    "test": "gulp test"
  },
  "dependencies": {
    "gulp-util": "^3.0.0",
    "through2": "^1.1.0"
  },
  "devDependencies": {
    "gulp": ">=3.8.0",
    "gulp-clean": ">=0.3.1",
    "gulp-jshint": ">=1.8.4",
    "gulp-mocha": ">=1.0.0",
    "gulp-sequence": ">=0.3.0",
    "merge2": ">=0.3.0"
  }
}
