forked from benjaminkott/bootstrap_package
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 875 Bytes
/
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
{
"repositories": [
{
"type": "composer",
"url": "http://composer.typo3.org/"
}
],
"name": "typo3-ter/bootstrap_package",
"type": "typo3-cms-extension",
"description": "Bootstrap Package delivers a full configured frontend for TYPO3 CMS 6.2, based on the Bootstrap CSS Framework.",
"homepage": "https://github.com/benjaminkott/bootstrap_package",
"authors": [
{
"name": "Benjamin Kott",
"email": "[email protected]",
"role": "Developer",
"homepage": "http://www.bk2k.info/"
}
],
"license": "MIT",
"keywords": [
"TYPO3 CMS",
"introduction",
"sitepackage",
"bootstrap",
"responsive",
"front-end",
"web"
],
"support": {
"issues": "https://github.com/benjaminkott/bootstrap_package/issues"
},
"require": {
"composer/installers": "*"
},
"version": "6.2.10-dev"
}