forked from MarvelSQ/html-prefetch-css-webpack-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 834 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
{
"name": "html-prefetch-css-webpack-plugin",
"version": "0.0.1",
"description": "prefetch css before dynamic import",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"peerDependencies": {
"webpack": "^4.6.0",
"html-webpack-plugin": "^3.2.0"
},
"author": "Qiang Sun <[email protected]> (https://github.com/MarvelSQ)",
"license": "MIT",
"repository": {
"type": "git",
"url":
"git+https://github.com/MarvelSQ/html-prefetch-css-webpack-plugin.git"
},
"keywords": ["prefetch", "html", "css", "webpack"],
"bugs": {
"url": "https://github.com/MarvelSQ/html-prefetch-css-webpack-plugin/issues"
},
"homepage":
"https://github.com/MarvelSQ/html-prefetch-css-webpack-plugin#readme",
"dependencies": {
"chalk": "^2.4.1"
}
}