-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
30 lines (30 loc) · 896 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
{
"name": "webpack-module-nomodule-plugin",
"version": "1.1.1",
"license": "MIT",
"description": "Automates the integration of module/nomodule bundles in your html.",
"author": "Jovi De Croock <decroockjovi@gmail.com> (https://github.com/jovidecroock)",
"main": "src/index.js",
"scripts": {},
"dependencies": {
"fs-extra": "9.0.1"
},
"peerDependencies": {
"html-webpack-plugin": "^3.0.0 || ^4.0.0 || ^5.0.0",
"webpack": "^4.40.0 || ^5.0.0"
},
"keywords": [
"webpack",
"plugin",
"module",
"nomodule",
"html-webpack-plugin",
"module-nomodule"
],
"bugs": "https://github.com/jovidecroock/webpack-module-nomodule-plugin/issues",
"homepage": "https://github.com/jovidecroock/webpack-module-nomodule-plugin",
"repository": "https://github.com/jovidecroock/webpack-module-nomodule-plugin.git",
"engines": {
"node": ">=6.9"
}
}