{
  "author": {
    "name": "toran billups",
    "email": "toranb@gmail.com"
  },
  "name": "ember-template-compiler",
  "description": "An npm module for the ember-template-compiler.js file that ships with ember.js",
  "version": "1.8.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/toranb/ember-template-compiler"
  },
  "scripts": {
    "test": "./node_modules/jasmine-node/bin/jasmine-node tests/"
  },
  "keywords": [
    "Ember.js",
    "Handlebars.js"
  ],
  "main": "./lib/main",
  "bin": {
    "ember-template-compiler": "./bin/compiler"
  },
  "engines": {
    "node": ">=v0.8.1"
  },
  "licenses": [
    "MIT"
  ],
  "dependencies": {},
  "devDependencies": {
    "jasmine-node": "~1.11",
    "handlebars": "~1"
  },
  "peerDependencies": {
    "handlebars": "~1"
  },
  "optionalDependencies": {}
}
