aboutsummaryrefslogtreecommitdiff
path: root/node_modules/html-webpack-plugin/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/html-webpack-plugin/package.json')
-rw-r--r--node_modules/html-webpack-plugin/package.json68
1 files changed, 0 insertions, 68 deletions
diff --git a/node_modules/html-webpack-plugin/package.json b/node_modules/html-webpack-plugin/package.json
deleted file mode 100644
index 81b45289e..000000000
--- a/node_modules/html-webpack-plugin/package.json
+++ /dev/null
@@ -1,68 +0,0 @@
-{
- "name": "html-webpack-plugin",
- "version": "2.30.1",
- "description": "Simplifies creation of HTML files to serve your webpack bundles",
- "main": "index.js",
- "files": [
- "index.js",
- "default_index.ejs",
- "lib/"
- ],
- "scripts": {
- "prepublish": "npm run test",
- "pretest": "semistandard",
- "build-examples": "node examples/build-examples.js",
- "test": "jasmine"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/jantimon/html-webpack-plugin.git"
- },
- "keywords": [
- "webpack",
- "plugin",
- "html",
- "html-webpack-plugin"
- ],
- "author": "Charles Blaxland <charles.blaxland@gmail.com> (https://github.com/ampedandwired)",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/jantimon/html-webpack-plugin/issues"
- },
- "homepage": "https://github.com/jantimon/html-webpack-plugin",
- "semistandard": {
- "ignore": [
- "examples/*/dist/**/*.*"
- ]
- },
- "devDependencies": {
- "appcache-webpack-plugin": "^1.3.0",
- "css-loader": "^0.26.1",
- "dir-compare": "1.3.0",
- "es6-promise": "^4.0.5",
- "extract-text-webpack-plugin": "^1.0.1",
- "file-loader": "^0.9.0",
- "html-loader": "^0.4.4",
- "jade": "^1.11.0",
- "jade-loader": "^0.8.0",
- "jasmine": "^2.5.2",
- "rimraf": "^2.5.4",
- "semistandard": "8.0.0",
- "style-loader": "^0.13.1",
- "underscore-template-loader": "^0.7.3",
- "url-loader": "^0.5.7",
- "webpack": "^1.14.0",
- "webpack-recompilation-simulator": "^1.3.0"
- },
- "dependencies": {
- "bluebird": "^3.4.7",
- "html-minifier": "^3.2.3",
- "loader-utils": "^0.2.16",
- "lodash": "^4.17.3",
- "pretty-error": "^2.0.2",
- "toposort": "^1.0.0"
- },
- "peerDependencies": {
- "webpack": "1 || ^2 || ^2.1.0-beta || ^2.2.0-rc || ^3"
- }
-}