leaflet.pub astro loader
9
fork

Configure Feed

Select the types of activity you want to include in your feed.

at f91cc8e3e251909a1e4a81156f02f89a2bfe0201 18 lines 515 B view raw
1{ 2 "name": "leaflet-loader-astro", 3 "version": "0.0.1", 4 "description": "A leaflet.pub astro collection loader", 5 "keywords": ["astro", "at", "protocol", "leaflet.pub"], 6 "homepage": "https://github.com/nulfrost/leaflet-loader-astro", 7 "bugs": { 8 "url": "https://github.com/nulfrost/leaflet-loader-astro/issues" 9 }, 10 "author": "Dane Miller", 11 "repository": { 12 "type": "git", 13 "url": "git+https://github.com/nulfrost/leaflet-loader-astro.git" 14 }, 15 "files": ["dist"], 16 "type": "module", 17 "main": "dist/index.js" 18}