{
  "name": "html-webpack-plugin",
  "version": "0.4.0",
  "description": "Simplifies creation of HTML files to serve your webpack bundles",
  "main": "index.js",
  "scripts": {
    "test": "node_modules/.bin/jshint *.js spec && node_modules/.bin/jasmine-node --captureExceptions spec"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ampedandwired/html-webpack-plugin.git"
  },
  "keywords": [
    "webpack",
    "plugin",
    "html",
    "generate"
  ],
  "author": "Charles Blaxland <charles.blaxland@gmail.com> (https://github.com/ampedandwired)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ampedandwired/html-webpack-plugin/issues"
  },
  "homepage": "https://github.com/ampedandwired/html-webpack-plugin",
  "devDependencies": {
    "jasmine-node": "^1.14.5",
    "jshint": "^2.5.2",
    "rimraf": "^2.2.8",
    "webpack": "^1.3.3-beta1"
  },
  "dependencies": {
    "blueimp-tmpl": "~2.5.4"
  }
}
