{
  "name": "grunt-ember-templates",
  "description": "Compile Handlebars templates for Ember in Grunt. Features destination:source file arguments and customizable template names.",
  "version": "1.2.0",
  "homepage": "https://github.com/dgeb/grunt-ember-templates",
  "author": {
    "name": "Dan Gebhardt",
    "url": "http://cerebris.com/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/dgeb/grunt-ember-templates.git"
  },
  "bugs": {
    "url": "https://github.com/dgeb/grunt-ember-templates/issues"
  },
  "license": "MIT",
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/dgeb/grunt-ember-templates/blob/master/LICENSE"
    }
  ],
  "main": "Gruntfile.js",
  "engines": {
    "node": ">= 0.12.0"
  },
  "scripts": {
    "test": "grunt test",
    "debug": "node --inspect-brk $(which grunt) emberTemplates --debug"
  },
  "devDependencies": {
    "bower": "~1.8.2",
    "grunt": "^1.0.3",
    "grunt-contrib-clean": "~1.1.0",
    "grunt-contrib-internal": "~2.0.0",
    "grunt-contrib-jshint": "~1.1.0",
    "nodeunit": "^0.11.3"
  },
  "peerDependencies": {
    "grunt": ">=0.4.0"
  },
  "keywords": [
    "gruntplugin",
    "ember",
    "handlebars",
    "htmlbars"
  ]
}
