mirror of
https://github.com/YGGverse/YGGwave.git
synced 2025-01-31 17:04:25 +00:00
15 lines
288 B
JSON
15 lines
288 B
JSON
|
{
|
||
|
"name": "yggverse/yggwave",
|
||
|
"description": "YGGwave ~ The Radio Catalog",
|
||
|
"type": "project",
|
||
|
"license": "MIT",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Yggverse\\Yggwave\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"require": {
|
||
|
"jdenticon/jdenticon": "^1.0"
|
||
|
}
|
||
|
}
|