mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
22 lines
521 B
JSON
22 lines
521 B
JSON
{
|
|
"name": "Leaflet.awesome-markers",
|
|
"version": "2.0.0",
|
|
"homepage": "https://github.com/lvoogdt/Leaflet.awesome-markers",
|
|
"authors": [
|
|
"Lennard Voogdt <[email protected]>"
|
|
],
|
|
"description": "Colorful iconic & retina-proof markers for Leaflet, based on the Glyphicons / Font-Awesome icons",
|
|
"main": [
|
|
"dist/leaflet.awesome-markers.css",
|
|
"dist/leaflet.awesome-markers.js"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|