forked from Ad5001/UHC
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
937 B
39 lines
937 B
{
|
|
"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"
|
|
}
|