forked from sn-satyendra/webpack-font-preload-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1 KB
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
39
{
"name": "webpack-font-preload-plugin",
"version": "1.0.2",
"description": "A webpack plugin to allow preloading or prefetching of fonts.",
"main": "src/cjs.js",
"scripts": {
"lint": "eslint ./src --fix",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">= 10.17.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sn-satyendra/webpack-font-preload-plugin.git"
},
"keywords": [
"webpack",
"preload",
"fonts",
"prefetch"
],
"peerDependencies": {
"webpack": "^4.0.0 || ^5.0.0"
},
"author": "Satyendra Singh Naruka",
"license": "MIT",
"bugs": {
"url": "https://github.com/sn-satyendra/webpack-font-preload-plugin/issues"
},
"homepage": "https://github.com/sn-satyendra/webpack-font-preload-plugin#readme",
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.20.1",
"jsdom": "^16.2.0",
"webpack-sources": "^1.4.3"
}
}