Files
contao-leaflet-libraries/assets/leaflet-extra-markers/package.json

29 lines
881 B
JSON
Raw Normal View History

2016-11-13 21:53:08 +01:00
{
"name": "Leaflet.extra-markers",
"title": "Leaflet ExtraMarkers",
"url": "https://github.com/coryasilva/Leaflet.ExtraMarkers/",
2018-08-23 15:45:06 +02:00
"version": "1.0.8",
2016-11-13 21:53:08 +01:00
"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"
},
2018-08-23 15:45:06 +02:00
"main": "dist/js/leaflet.extra-markers.js",
"types": "dist/leaflet.extra-markers.d.ts",
"peerDependencies": {
"leaflet": ">= 0.5 < 2"
},
2016-11-13 21:53:08 +01:00
"devDependencies": {
2018-08-23 15:45:06 +02:00
"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",
2016-11-13 21:53:08 +01:00
"less-plugin-autoprefix": "^1.5.1",
2018-08-23 15:45:06 +02:00
"rollup-plugin-git-version": "^0.2.1",
"time-grunt": "^1.4.0"
2016-11-13 21:53:08 +01:00
}
}