mirror of
https://github.com/netzmacht/contao-leaflet-libraries.git
synced 2025-11-28 11:04:07 +01:00
29 lines
881 B
JSON
29 lines
881 B
JSON
{
|
|
"name": "Leaflet.extra-markers",
|
|
"title": "Leaflet ExtraMarkers",
|
|
"url": "https://github.com/coryasilva/Leaflet.ExtraMarkers/",
|
|
"version": "1.0.8",
|
|
"description": "Custom Markers for Leaflet JS based on Awesome Markers",
|
|
"author": "coryasilva <https://github.com/coryasilva>",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/coryasilva/Leaflet.ExtraMarkers"
|
|
},
|
|
"main": "dist/js/leaflet.extra-markers.js",
|
|
"types": "dist/leaflet.extra-markers.d.ts",
|
|
"peerDependencies": {
|
|
"leaflet": ">= 0.5 < 2"
|
|
},
|
|
"devDependencies": {
|
|
"git-rev-sync": "^1.10.0",
|
|
"grunt": "^1.0.2",
|
|
"grunt-contrib-jshint": "^1.1.0",
|
|
"grunt-contrib-less": "^1.4.1",
|
|
"grunt-contrib-uglify": "^3.3.0",
|
|
"grunt-rollup": "^9.0.0",
|
|
"less-plugin-autoprefix": "^1.5.1",
|
|
"rollup-plugin-git-version": "^0.2.1",
|
|
"time-grunt": "^1.4.0"
|
|
}
|
|
}
|