12345678910111213141516 |
- {
- "name": "joachimmg/yr-forecast",
- "type": "yr-forecast",
- "description": "Interact with the open weather data from Yr.no",
- "homepage": "https://git.giaever.org/joachimmg/yr-forecast",
- "license": "MIT",
- "authors": [{
- "name": "Joachim M. Giaever",
- "email": "joachi[]giaever.org"
- }],
- "autoload": {
- "psr-4": {
- "App\\": "src/"
- }
- }
- }
|