{
  "name": "broadway-handlebars",
  "version": "0.4.6",
  "main": "index",
  "description": "Plugin for flatiron/broadway for rendering with the handlebars view engine.",
  "keywords": [
    "node",
    "flatiron",
    "broadway",
    "handlebars",
    "html",
    "render"
  ],
  "author": {
    "name": "Tommy Messbauer",
    "email": "tom.messbauer@gmail.com"
  },
  "contributors": [
    "Eric Capps",
    "Marko Jankovic",
    "Rastko Vukasinovic"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git@github.com:vast-engineering/broadway-handlebars.git"
  },
  "directories": {
    "tests": "tests"
  },
  "engines": {
    "node": ">=0.8.0"
  },
  "scripts": {
    "test": "node tests/unit.js"
  },
  "dependencies": {
    "async": "0.2.9",
    "findit": "0.1.2",
    "handlebars": "~1.3.0",
    "lodash": "~2.4.1",
    "minimize": "^1.4.1"
  },
  "devDependencies": {
    "tap": "~0.4.4",
    "broadway": "0.2.7"
  },
  "optionalDependencies": {}
}
