{
  "name": "templ",
  "version": "1.4.3",
  "description": "yet another lightweight templating thing",
  "main": "index.js",
  "dependencies": {
    "dish": "^1.0.7",
    "handlebars": "^4.0.5",
    "mayonnaise": "^0.3.3"
  },
  "devDependencies": {
    "idgen": "^2.0.2",
    "middler": "^0.8.2",
    "mocha": "^2.4.5",
    "ncp": "^2.0.0",
    "request": "^2.72.0",
    "rimraf": "^2.5.2"
  },
  "scripts": {
    "test": "./node_modules/.bin/mocha --reporter spec --bail --timeout 10s"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/carlos8f/templ.git"
  },
  "homepage": "https://github.com/carlos8f/templ",
  "keywords": [
    "template",
    "render",
    "view",
    "markup",
    "html",
    "handlebars",
    "hbs",
    "bacon"
  ],
  "author": "Carlos Rodriguez <carlos@s8f.org> (http://s8f.org/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/carlos8f/templ/issues"
  }
}
