{
  "name": "tooljs-template",
  "version": "0.0.5",
  "description": "Tool template engine plugin",
  "keywords": [
    "tooljs",
    "template",
    "engine",
    "view"
  ],
  "dependencies": {
    "consolidate": "*",
    "mkdirp": "^0.5.0",
    "handlebars": "^2.0.0-alpha.4",
    "rimraf": "^2.2.8"
  },
  "devDependencies": {
    "mocha": "^1.21.3",
    "tooljs-tool": "*"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tooljs/template.git"
  },
  "scripts": {
    "test": "make test"
  }
}