mirror of
https://github.com/YGGverse/nps-php.git
synced 2025-01-15 17:30:08 +00:00
20 lines
435 B
JSON
20 lines
435 B
JSON
|
{
|
||
|
"name": "yggverse/nps",
|
||
|
"description": "PHP 8 Library for NPS Protocol",
|
||
|
"keywords": [ "yggverse", "nps", "nps-protocol", "server" ],
|
||
|
"homepage": "https://github.com/yggverse/nps-php",
|
||
|
"type": "library",
|
||
|
"license": "MIT",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Yggverse\\Nps\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "YGGverse"
|
||
|
}
|
||
|
],
|
||
|
"require": {}
|
||
|
}
|