-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1.4 KB
/
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
{
"name": "wp-foft-loader",
"version": "2.1.36",
"description": "This plugin implements and automates Zach Leatherman’s Critical FOFT with preload, with a polyfill fallback emulating font-display: optional to optimize and speed upweb font loading and improve UX by minimizing Flash of Invisible Text, Flash of Unstyled Text, and DOM Reflow. See [https://github.com/zachleat/web-font-loading-recipes#the-compromise-critical-foft-with-preload-with-a-polyfill-fallback-emulating-font-display-optional](https://github.com/zachleat/web-font-loading-recipes#the-compromise-critical-foft-with-preload-with-a-polyfill-fallback-emulating-font-display-optional).",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/seezee/WP-FOFT-Loader.git"
},
"keywords": [
"font",
"wordpress",
"performance",
"webfont"
],
"author": "Chris J. Zähller",
"license": "GPL-3.0+",
"bugs": {
"url": "https://github.com/seezee/WP-FOFT-Loader/issues"
},
"homepage": "https://github.com/seezee/WP-FOFT-Loader#readme",
"dependencies": {
"htmlpurifier": "ezyang/htmlpurifier",
"CSSTidy": "Cerdic/CSSTidy",
"Are-you-sure": "codedance/jquery.AreYouSure",
"@fortawesome/fontawesome-free": "^6.0.0"
},
"bundledDependencies": [
"htmlpurifier",
"CSSTidy",
"Are-you-sure",
"fontawesome"
]
}