forked from joaner/html-webpack-preconnect-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1003 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
35
36
37
38
{
"name": "html-webpack-preconnect-plugin",
"version": "1.2.0",
"description": "Embed <link rel=\"preconnect\"> into HtmlWebpackPlugin pages",
"main": "index.js",
"scripts": {
"test": "npx mocha \"./test/*/test.js\""
},
"keywords": [
"webpack",
"plugin",
"html-webpack-plugin",
"preconnect",
"dns-prefetch"
],
"repository": {
"type": "git",
"url": "git+https://github.com/joaner/html-webpack-preconnect-plugin.git"
},
"author": "joaner (https://github.com/joaner)",
"contributors": [
"Michell Ocana (https://github.com/michellocana)"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/joaner/html-webpack-preconnect-plugin/issues"
},
"homepage": "https://github.com/joaner/html-webpack-preconnect-plugin#readme",
"devDependencies": {
"html-webpack-plugin": "^4.0.4",
"mocha": "^5.2.0",
"webpack": "^4.39.3"
},
"peerDependencies": {
"webpack": ">= 3.12.0",
"html-webpack-plugin": ">= 3.2.0"
}
}