{ "name": "html-webpack-plugin", "version": "1.1.0", "description": "Simplifies creation of HTML files to serve your webpack bundles", "main": "index.js", "scripts": { "test": "jshint -c .jshintrc *.js spec && 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": { "jasmine-node": "^1.14.5", "jshint": "^2.5.2", "rimraf": "^2.2.8", "webpack": "^1.3.3-beta1" }, "dependencies": { "blueimp-tmpl": "~2.5.4" } }