-
Notifications
You must be signed in to change notification settings - Fork 139
/
package.json
34 lines (34 loc) · 859 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "html-webpack-template",
"version": "6.1.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"
}
}