forked from vaersaagod/seomate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
46 lines (46 loc) · 1.12 KB
/
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
41
42
43
44
45
46
{
"name": "vaersaagod/seomate",
"description": "SEO, mate! It's important.",
"type": "craft-plugin",
"version": "1.0.1",
"keywords": [
"craft",
"cms",
"craftcms",
"craft-plugin",
"seomate",
"seo",
"json-ld",
"meta"
],
"support": {
"docs": "https://github.com/vaersaagod/seomate/blob/master/README.md",
"issues": "https://github.com/vaersaagod/seomate/issues"
},
"license": "MIT",
"authors": [
{
"name": "Værsågod",
"homepage": "https://www.vaersaagod.no/"
}
],
"require": {
"craftcms/cms": "^3.0.0",
"spatie/schema-org": "^2.0"
},
"autoload": {
"psr-4": {
"vaersaagod\\seomate\\": "src/"
}
},
"extra": {
"name": "SEOMate",
"handle": "seomate",
"hasCpSettings": false,
"hasCpSection": false,
"changelogUrl": "https://raw.githubusercontent.com/vaersaagod/seomate/master/CHANGELOG.md",
"components": {
},
"class": "vaersaagod\\seomate\\SEOMate"
}
}