mirror of
https://github.com/silverstripe/silverstripe-externallinks.git
synced 2024-10-22 15:05:44 +00:00
18 lines
379 B
JSON
18 lines
379 B
JSON
{
|
|
"name": "kmayo-ss/externallinks",
|
|
"description": "Adds tracking of external broken links to the SilverStripe CMS",
|
|
"type": "silverstripe-module",
|
|
"keywords": ["silverstripe", "broken links", "href"],
|
|
"authors": [
|
|
{
|
|
"name": "Kirk Mayo",
|
|
"email": "kirk@silverstripe.com"
|
|
}
|
|
],
|
|
"require":
|
|
{
|
|
"silverstripe/framework": ">=3.0",
|
|
"silverstripe/cms": ">=3.0"
|
|
}
|
|
}
|