UNPKG

cschweda-webpack-template

Version:

This is a fork of the excellent html-webpack-template with some minor deletions and additions.

41 lines (40 loc) 1.1 kB
{ "name": "cschweda-webpack-template", "version": "1.3.3", "description": "This is a fork of the excellent html-webpack-template with some minor deletions and additions.", "main": "index.js", "scripts": { "test": "echo \"Everything is fine. No tests here.\" && exit 0", "semantic-release": "semantic-release pre && npm publish && semantic-release post" }, "repository": { "type": "git", "url": "https://github.com/cschweda/cschweda-webpack-template.git" }, "keywords": [ "webpack", "template", "html-webpack-plugin", "index.html", "index.ejs" ], "author": "cschweda", "license": "MIT", "bugs": { "url": "https://github.com/cschweda/cschweda-webpack-template/issues" }, "homepage": "https://github.com/cschweda/cschweda-webpack-template", "config": { "commitizen": { "path": "node_modules/cz-conventional-changelog" } }, "devDependencies": { "commitizen": "^2.4.6", "cz-conventional-changelog": "^1.1.5", "semantic-release": "^6.3.6" }, "peerDependencies": { "html-webpack-plugin": "2.x" } }