forked from Ad5001/UHC
40 lines
937 B
JSON
40 lines
937 B
JSON
|
{
|
||
|
"repositories": [
|
||
|
{
|
||
|
"type": "vcs",
|
||
|
"url": "https://github.com/pmmp/PocketMine-MP"
|
||
|
},
|
||
|
{
|
||
|
"type": "vcs",
|
||
|
"url": "https://github.com/pmmp/RakLib"
|
||
|
},
|
||
|
{
|
||
|
"type": "vcs",
|
||
|
"url": "https://github.com/pmmp/SPL"
|
||
|
},
|
||
|
{
|
||
|
"type": "vcs",
|
||
|
"url": "https://github.com/pmmp/BinaryUtils"
|
||
|
},
|
||
|
{
|
||
|
"type": "vcs",
|
||
|
"url": "https://github.com/pmmp/NBT"
|
||
|
},
|
||
|
{
|
||
|
"type": "vcs",
|
||
|
"url": "https://github.com/pmmp/Math"
|
||
|
},
|
||
|
{
|
||
|
"type": "vcs",
|
||
|
"url": "https://github.com/pmmp/Snooze"
|
||
|
}
|
||
|
],
|
||
|
"require-dev": {
|
||
|
"pocketmine/pocketmine-mp" : "dev-master#api/2.0.0"
|
||
|
},
|
||
|
"autoload": {
|
||
|
"psr-4": {"Ad5001\\": "src/Ad5001"}
|
||
|
},
|
||
|
"minimum-stability" : "dev"
|
||
|
}
|