-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
45 lines (45 loc) · 1.1 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": "digicademy/vis",
"type": "typo3-cms-extension",
"description": "Visualisation capabilities for research data in TYPO3",
"authors": [
{
"name": "Jonatan Jalle Steller",
"email": "jonatan.steller@adwmainz.de",
"role": "Developer",
"homepage": "https://www.adwmainz.de"
},
{
"name": "VIS contributors"
}
],
"license": "GPL-2.0-or-later",
"homepage": "https://extensions.typo3.org/extension/vis",
"support": {
"issues": "https://github.com/digicademy/vis/issues",
"source": "https://github.com/digicademy/vis",
"docs": "https://digicademy.github.io/vis"
},
"keywords": [
"TYPO3",
"Visualisation",
"Illustration",
"Data",
"Research",
"Academia",
"Academic"
],
"require": {
"typo3/cms-core": "^13"
},
"autoload": {
"psr-4": {
"Digicademy\\VIS\\": "Classes/"
}
},
"extra": {
"typo3/cms": {
"extension-key": "vis"
}
}
}