UNPKG

1.02 kBJSONView Raw
1{
2 "name": "html5-entry-webpack-plugin",
3 "version": "0.6.3",
4 "description": "Webpack plugin for allowing HTML files as entry modules.",
5 "main": "lib/index.js",
6 "typings": "lib/index.d.ts",
7 "scripts": {
8 "build": "tsc",
9 "test": "echo \"Error: no test specified\" && exit 1"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git+https://github.com/FlorianRappl/piral-cli-webpack.git"
14 },
15 "engines": {
16 "node": ">= 8"
17 },
18 "keywords": [
19 "html",
20 "entry",
21 "first",
22 "initial",
23 "webpack",
24 "plugin"
25 ],
26 "author": "Florian Rappl <mail@florian-rappl.de>",
27 "license": "MIT",
28 "bugs": {
29 "url": "https://github.com/FlorianRappl/piral-cli-webpack/issues"
30 },
31 "homepage": "https://github.com/FlorianRappl/piral-cli-webpack#readme",
32 "devDependencies": {
33 "@types/cheerio": "^0.22.17",
34 "webpack": "4.42.0"
35 },
36 "dependencies": {
37 "cheerio": "^1.0.0-rc.3",
38 "html-webpack-plugin": "^4.2.0"
39 },
40 "gitHead": "7cbb7b3cab9f358adb69214f9cfd5a6c27a7c334"
41}