Files
2018-04-02 08:07:38 +02:00

32 lines
756 B
JSON

{
"name": "dmitryd/typo3-dd-googlesitemap",
"type": "typo3-cms-extension",
"description": "Google sitemaps for TYPO3",
"homepage": "https://github.com/dmitryd/typo3-dd_googlesitemap ",
"version": "2.0.5",
"license": "LGPL-3.0+",
"keywords": [
"TYPO3",
"CMS",
"Google",
"typo3",
"sitemap"
],
"require": {
"typo3/cms-core": ">=6.2.0,<8.0",
"php": ">=5.3.2"
},
"autoload": {
"psr-4": {
"DmitryDulepov\\DdGooglesitemap\\": "Classes"
}
},
"authors": [
{
"name": "Dmitry Dulepov",
"email": "dmitry.dulepov@gmail.com",
"homepage": "http://www.dmitry-dulepov.com/"
}
]
}