-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (31 loc) · 827 Bytes
/
composer.json
File metadata and controls
31 lines (31 loc) · 827 Bytes
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
{
"name": "soerenkroell/ot-website",
"type": "typo3-cms-extension",
"license": "MIT",
"version": "0.2.0",
"keywords": ["basicwebsite", "bootstrap"],
"description": "Provides a TYPO3 basic website setup with Bootstrap3.",
"authors": [
{
"name": "Oliver Thiele",
"email": "mail2015@oliver-thiele.de",
"homepage": "http://www.oliver-thiele.de/",
"role": "Developer"
},
{
"name": "Soeren Kroell",
"email": "hallo@soerenkroell.com",
"homepage": "http://www.soerenkroell.com",
"role": "Developer"
}
],
"support": {
"source": "https://github.com/kroell/TYPO3.Extbase.BasicWebsite"
},
"require-dev": {
"fluidtypo3/vhs": "*",
"twbs/bootstrap": "^3.3",
"fortawesome/font-awesome": "*",
"soerenkroell/composer-slick": "1.5.5"
}
}