mirror of
https://github.com/GuduleLapointe/opensim-helpers.git
synced 2026-08-14 00:47:54 +00:00
* added include_hypergrid and include_landsales options to popular places, default to off * fix gatekeeperURL value not always properly detected * show only local results in popular places
19 lines
594 B
JSON
19 lines
594 B
JSON
{
|
|
"name": "magicoli/opensim-helpers",
|
|
"description": "Helpers needed to enable common functionalties like search, currency, events in OpenSimulator grids.",
|
|
"type": "library",
|
|
"license": "AGPL-3.0-or-later",
|
|
"authors": [
|
|
{
|
|
"name": "Gudule Lapointe",
|
|
"email": "gudule@speculoos.world"
|
|
}
|
|
],
|
|
"require-dev": {
|
|
"magicoli/php-bump-library": "^1.0"
|
|
},
|
|
"scripts": {
|
|
"bump-version": "vendor/magicoli/php-bump-library/vendor/bin/robo --load-from=vendor/magicoli/php-bump-library/RoboFile.php bump:version"
|
|
}
|
|
}
|