{
  "name": "rendr-handlebars",
  "version": "2.0.2",
  "description": "Glue handlebars templates into a Rendr app.",
  "main": "index.js",
  "scripts": {
    "test": "mocha \"test/**/*.test.js\""
  },
  "repository": {
    "type": "git",
    "url": "http://github.com/rendrjs/rendr-handlebars.git"
  },
  "dependencies": {
    "underscore": "^1.8.2"
  },
  "peerDependencies": {
    "rendr": ">=1.1.0"
  },
  "keywords": [
    "rendr",
    "handlebars",
    "templates"
  ],
  "author": "Spike Brehm <spike@airbnb.com>",
  "license": "MIT",
  "engines": {
    "npm": ">=1.2.10"
  },
  "devDependencies": {
    "backbone": "~1.1.2",
    "chai": "^2.1.0",
    "handlebars": "^2.0.0",
    "memo-is": "0.0.2",
    "mocha": "~2.1.0",
    "sinon": "~1.12.2",
    "sinon-chai": "^2.7.0",
    "proxyquire": "^1.3.1"
  },
  "browser": {
    "handlebars": "handlebars/runtime"
  }
}
