{ "name": "html-webpack-plugin", "version": "2.1.0", "description": "Simplifies creation of HTML files to serve your webpack bundles", "main": "index.js", "files": [ "index.js", "loader.js", "default_index.html", "default_inject_index.html" ], "scripts": { "pretest": "jshint *.js spec", "test": "jasmine-node --captureExceptions spec" }, "repository": { "type": "git", "url": "https://github.com/ampedandwired/html-webpack-plugin.git" }, "keywords": [ "webpack", "plugin", "html", "generate" ], "author": "Charles Blaxland (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": { "appcache-webpack-plugin": "^1.2.1", "css-loader": "^0.23.0", "es6-promise": "^3.0.2", "extract-text-webpack-plugin": "^0.9.1", "file-loader": "^0.8.4", "html-loader": "^0.3.0", "jade-loader": "^0.8.0", "jasmine-node": "^1.14.5", "jshint": "^2.9.1-rc1", "rimraf": "^2.4.4", "style-loader": "^0.13.0", "underscore-template-loader": "^0.5.2", "url-loader": "^0.5.6", "webpack": "^1.12.8" }, "dependencies": { "loader-utils": "^0.2.11", "syntax-error": "^1.1.4", "bluebird": "^3.0.5", "html-minifier": "^1.0.0", "lodash": "^3.10.1" } }