mirror of
https://github.com/a2nt/silverstripe-mapboxfield.git
synced 2024-10-22 14:05:53 +02:00
27 lines
538 B
JSON
27 lines
538 B
JSON
|
{
|
||
|
"name": "bigfork/silverstripe-mapboxfield",
|
||
|
"type": "silverstripe-vendormodule",
|
||
|
"description": "Mapbox CMS field for SilverStripe 4",
|
||
|
"keywords": ["silverstripe", "map", "mapbox"],
|
||
|
"license": "BSD-3-Clause",
|
||
|
"require": {
|
||
|
"silverstripe/admin": "^1",
|
||
|
"silverstripe/framework": "^4"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Bigfork\\SilverStripeMapboxField\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"extra": {
|
||
|
"branch-alias": {
|
||
|
"dev-master": "1.x-dev"
|
||
|
},
|
||
|
"expose": [
|
||
|
"client/dist"
|
||
|
]
|
||
|
},
|
||
|
"minimum-stability": "dev",
|
||
|
"prefer-stable": true
|
||
|
}
|