61 lines
1.6 KiB
JSON
61 lines
1.6 KiB
JSON
{
|
|
"name": "html-webpack-plugin",
|
|
"version": "2.20.0",
|
|
"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/ampedandwired/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/ampedandwired/html-webpack-plugin/issues"
|
|
},
|
|
"homepage": "https://github.com/ampedandwired/html-webpack-plugin",
|
|
"devDependencies": {
|
|
"appcache-webpack-plugin": "^1.2.1",
|
|
"css-loader": "^0.23.1",
|
|
"dir-compare": "1.0.1",
|
|
"es6-promise": "^3.2.1",
|
|
"extract-text-webpack-plugin": "^1.0.1",
|
|
"file-loader": "^0.8.5",
|
|
"html-loader": "^0.4.3",
|
|
"jade": "^1.11.0",
|
|
"jade-loader": "^0.8.0",
|
|
"jasmine": "^2.4.1",
|
|
"rimraf": "^2.5.2",
|
|
"semistandard": "^7.0.5",
|
|
"style-loader": "^0.13.1",
|
|
"underscore-template-loader": "^0.7.3",
|
|
"url-loader": "^0.5.7",
|
|
"webpack": "^1.13.0",
|
|
"webpack-recompilation-simulator": "^1.3.0"
|
|
},
|
|
"dependencies": {
|
|
"bluebird": "^3.3.5",
|
|
"html-minifier": "^2.1.3",
|
|
"loader-utils": "^0.2.15",
|
|
"lodash": "^4.12.0",
|
|
"pretty-error": "^2.0.0",
|
|
"toposort": "^1.0.0"
|
|
}
|
|
}
|