{
  "name": "grunt-template-bundler",
  "version": "0.0.1",
  "description": "Grunt plugin to concatenate and minifies HTML templates",
  "repository": "https://github.com/jrsearles/grunt-template-bundler",
  "author": {
    "name": "Joshua Searles",
    "email": "jrsearles@comcast.net",
    "url": ""
  },
  "keywords": [
    "gruntplugin"
  ],
  "main": "Gruntfile.js",
  "engines": {
    "node": ">= 0.8.0"
  },
  "license": "MIT",
  "devDependencies": {
    "grunt-contrib-clean": "~0.5.0",
    "grunt-contrib-jshint": "~0.8.0",
    "grunt-contrib-nodeunit": "~0.3.0",
    "grunt": "~0.4.2",
    "jshint-stylish": "~0.1.5",
    "load-grunt-tasks": "~0.3.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "dependencies": {
    "html-minifier": "^0.7.2"
  }
}
