19 lines
409 B
JSON
19 lines
409 B
JSON
{
|
|
"name": "noccylabs/dataset",
|
|
"description": "Static datasets distributed as dependencies",
|
|
"type": "library",
|
|
"license": "GPL-3.0-or-later",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"NoccyLabs\\Dataset\\": "src/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Christopher Vagnetoft",
|
|
"email": "cvagnetoft@gmail.com"
|
|
}
|
|
],
|
|
"require": {}
|
|
}
|