html-webpack-template
Version:
A template with more features than the default html-webpack-plugin template
35 lines (34 loc) • 859 B
JSON
{
"name": "html-webpack-template",
"version": "6.2.0",
"description": "A template with more features than the default html-webpack-plugin template",
"main": "index.js",
"scripts": {
"test": "echo \"Everything is fine. No tests here.\" && exit 0"
},
"repository": {
"type": "git",
"url": "https://github.com/jaketrent/html-webpack-template.git"
},
"keywords": [
"webpack",
"template",
"html-webpack-plugin",
"index.html",
"index.ejs"
],
"author": "jaketrent",
"license": "MIT",
"bugs": {
"url": "https://github.com/jaketrent/html-webpack-template/issues"
},
"homepage": "https://github.com/jaketrent/html-webpack-template",
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
},
"peerDependencies": {
"html-webpack-plugin": "2.x || ^3"
}
}