{
  "name": "dojo-templater",
  "description": "Easy HTML emails with variables",
  "version": "0.1.17",
  "homepage": "http://github.com/classdojo/dojo-templater",
  "repository": {
    "type": "git",
    "url": "git://github.com/classdojo/dojo-templater.git"
  },
  "author": {
    "name": "Chris Frank",
    "email": "frank@classdojo.com"
  },
  "main": "./index",
  "scripts": {
    "watch": "coffee -c -w  -o lib src"
  },
  "directories": {
    "lib": "."
  },
  "peerDependencies": {
    "coffee-script": ">=1.7.0"
  },
  "dependencies": {
    "mustache": "0.7.2",
    "i18next": "git+ssh://git@github.com:classdojo/i18next-node.git#master",
    "jade": "0.30.0",
    "juice": "0.4.0",
    "handlebars": "1.1.2",
    "handlebars-layouts": "0.1.3"
  },
  "devDependencies": {},
  "engines": {
    "node": ">=0.6.0"
  },
  "optionalDependencies": {}
}
