mirror of
https://github.com/jonom/silverstripe-betternavigator.git
synced 2024-10-22 14:05:51 +02:00
18 lines
526 B
JSON
18 lines
526 B
JSON
{
|
|
"name": "jonom/silverstripe-betternavigator",
|
|
"description": "Front-end utility menu for SilverStripe websites featuring administration and development tools",
|
|
"type": "silverstripe-module",
|
|
"keywords": ["silverstripe", "navigator", "SilverStripeNavigator", "BetterNavigator"],
|
|
"license": "BSD-3-Clause",
|
|
"authors": [{
|
|
"name": "Jonathon Menz",
|
|
"homepage": "http://jonathonmenz.com"
|
|
}],
|
|
"require": {
|
|
"silverstripe/framework": "~3.1"
|
|
},
|
|
"extra": {
|
|
"installer-name": "betternavigator"
|
|
}
|
|
}
|