47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "html-webpack-plugin",
|
|
"version": "1.3.0",
|
|
"description": "Simplifies creation of HTML files to serve your webpack bundles",
|
|
"main": "index.js",
|
|
"files": [
|
|
"index.js",
|
|
"default_index.html",
|
|
"default_inject_index.html"
|
|
],
|
|
"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 <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": {
|
|
"css-loader": "^0.12.0",
|
|
"extract-text-webpack-plugin": "^0.7.1",
|
|
"file-loader": "^0.8.1",
|
|
"jasmine-node": "^1.14.5",
|
|
"jshint": "^2.7.0",
|
|
"rimraf": "^2.3.3",
|
|
"style-loader": "^0.12.2",
|
|
"url-loader": "^0.5.5",
|
|
"webpack": "^1.8.11"
|
|
},
|
|
"dependencies": {
|
|
"blueimp-tmpl": "~2.5.4",
|
|
"html-minifier": "^0.7.2",
|
|
"lodash": "~3.8.0"
|
|
}
|
|
}
|