html-webpack-template-pug
Version:
A template for html-webpack-plugin made in pug template language
53 lines • 1.26 kB
JSON
{
"name": "html-webpack-template-pug",
"version": "1.1.1",
"description": "A template for html-webpack-plugin made in pug template language",
"main": "index.js",
"scripts": {
"commit": "git-cz",
"test": "mocha --delay",
"lint": "eslint . --ext .js --ext .jsx --ignore-path .gitignore --cache",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"repository": {
"type": "git",
"url": "https://github.com/velenir/html-webpack-template-pug.git"
},
"keywords": [
"webpack",
"template",
"html-webpack-plugin",
"html-webpack-template",
"html-webpack-template-pug",
"pug"
],
"files": [
"layout.pug",
"mixins.pug"
],
"author": "Velenir",
"license": "MIT",
"engines": {
"node": ">=4"
},
"devDependencies": {
"chai": "*",
"commitizen": "^2.8.6",
"cz-conventional-changelog": "^2.0.0",
"eslint": "^3.9.1",
"eslint-plugin-import": "^2.1.0",
"js-beautify": "^1.6.4",
"mocha": "*",
"pug": "^2.0.0-beta",
"semantic-release": "^6.3.2"
},
"peerDependencies": {
"html-webpack-plugin": "2.x",
"pug-loader": "2.x"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
}