20 lines
397 B
JSON
20 lines
397 B
JSON
{
|
|
"name": "toxus/camsai",
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"CamsAI\\": "src/",
|
|
"lfischer\\": "vendor/lfischer/open-weather-map-api"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "ShadowEO",
|
|
"email": "dreamcaster23@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"lfischer/open-weather-map-api": "^1.0"
|
|
}
|
|
}
|