19 lines
407 B
JSON
19 lines
407 B
JSON
|
{
|
||
|
"name": "noccylabs/spinner",
|
||
|
"description": "Indicate activity in console applications",
|
||
|
"type": "library",
|
||
|
"license": "GPL-3.0-or-later",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"NoccyLabs\\Spinner\\": "src/"
|
||
|
}
|
||
|
},
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Christopher Vagnetoft",
|
||
|
"email": "cvagnetoft@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"require": {}
|
||
|
}
|