-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
40 lines (40 loc) · 984 Bytes
/
composer.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
39
40
{
"name": "woda/wp-two-stage-fonts-loader",
"description": "This WordPress plugin provides a simple way for developers to implement a performant two stage font loading strategy.",
"keywords": [
"wordpress",
"plugin",
"performance",
"fonts"
],
"license": "GPLv3",
"homepage": "https://github.com/wwwoda/woda-two-stage-fonts-loader",
"authors": [
{
"name": "Woda",
"email": "[email protected]",
"homepage": "https://www.woda.at"
},
{
"name": "David Mondok",
"email": "[email protected]"
},
{
"name": "Wolfgang Schäfer",
"email": "[email protected]"
}
],
"type": "wordpress-plugin",
"support": {
"issues": "https://github.com/wwwoda/woda-two-stage-fonts-loader/issues",
"source": "https://github.com/wwwoda/woda-two-stage-fonts-loader"
},
"require": {
"php": ">=7.2.0"
},
"autoload": {
"psr-4": {
"Woda\\WordPress\\TwoStageFontsLoader\\": "includes/"
}
}
}