-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
49 lines (49 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
47
48
49
{
"name": "carbon/plausible",
"type": "neos-carbon",
"description": "Track visits of your Neos site with plausible.io",
"license": "GPL-3.0",
"keywords": [
"flow",
"neos",
"analytics",
"plausible",
"carbon"
],
"require": {
"neos/neos": "^7.3 || ^8.0",
"neos/cache": "^7.3 || ^8.0",
"neos/fusion-afx": "*",
"carbon/eel": "^2.10"
},
"suggest": {
"neos/seo": "SEO configuration and tools for Neos."
},
"autoload": {
"psr-4": {
"Carbon\\Plausible\\": "Classes"
}
},
"authors": [
{
"name": "Jon Uhlmann",
"email": "hello@uhlmann.pro",
"homepage": "https://www.uhlmann.pro",
"role": "Developer"
}
],
"archive": {
"exclude": [
".editorconfig",
".gitattributes",
".github",
".gitignore",
".nvmrc",
".prettierrc",
"CODE_OF_CONDUCT.md",
"LICENSE",
"package.json",
"yarn.lock"
]
}
}