php-dataset/composer.json

20 lines
444 B
JSON
Raw Normal View History

2022-09-03 00:28:03 +00:00
{
"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"
}
],
2022-10-30 17:38:43 +00:00
"require": {},
"bin": [ "bin/dataset-info" ]
2022-09-03 00:28:03 +00:00
}