php-dataset/composer.json

20 lines
444 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": {},
"bin": [ "bin/dataset-info" ]
}