mirror of
https://github.com/jonom/silverstripe-betternavigator.git
synced 2024-10-22 14:05:51 +02:00
34 lines
783 B
JSON
34 lines
783 B
JSON
{
|
|
"name": "jonom/silverstripe-betternavigator",
|
|
"description": "Front-end utility menu for Silverstripe websites featuring administration and development tools",
|
|
"type": "silverstripe-vendormodule",
|
|
"keywords": [
|
|
"silverstripe",
|
|
"navigator",
|
|
"SilverStripeNavigator",
|
|
"BetterNavigator"
|
|
],
|
|
"license": "BSD-3-Clause",
|
|
"authors": [
|
|
{
|
|
"name": "Jonathon Menz",
|
|
"homepage": "http://jonathonmenz.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"silverstripe/framework": "^5"
|
|
},
|
|
"extra": {
|
|
"expose": [
|
|
"css",
|
|
"images",
|
|
"javascript"
|
|
]
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"JonoM\\BetterNavigator\\": "src/"
|
|
}
|
|
}
|
|
}
|