-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
45 lines (45 loc) · 1.31 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
{
"name": "inalgiev/craft-webtexttool",
"description": "Textmetrics is the easiest way to make your website content SEO proof, resulting in higher search engine rankings and more traffic to your website. With Textmetrics everyone can create great content and make sure it's SEO proof at the same time.",
"type": "craft-plugin",
"version": "1.1.1",
"keywords": [
"craft",
"cms",
"craftcms",
"craft-plugin",
"craft-textmetrics",
"webtexttool",
"seo",
"realtime",
"text-tool",
"content",
"metrics",
"text"
],
"support": {
"docs": "https://github.com/iNalgiev/craft-webtexttool/blob/master/README.md",
"issues": "https://github.com/iNalgiev/craft-webtexttool/issues"
},
"license": "MIT",
"authors": [
{
"name": "Israpil Nalgiev",
"homepage": "https://www.textmetrics.com"
}
],
"require": {
"craftcms/cms": "^3.0.0"
},
"autoload": {
"psr-4": {
"inalgiev\\webtexttool\\": "src/"
}
},
"extra": {
"name": "Textmetrics",
"handle": "webtexttool",
"changelogUrl": "https://github.com/iNalgiev/craft-webtexttool/blob/master/CHANGELOG.md",
"class": "inalgiev\\webtexttool\\Webtexttool"
}
}