Implementing extra markers.

This commit is contained in:
David Molineus
2016-11-13 21:53:08 +01:00
parent 5364c0f15e
commit 9f2d5d94dc
14 changed files with 277 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "Leaflet.extra-markers",
"title": "Leaflet ExtraMarkers",
"url": "https://github.com/coryasilva/Leaflet.ExtraMarkers/",
"version": "1.0.6",
"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": "src/assets/js/leaflet.extra-markers.js",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-uglify": "^0.8.0",
"grunt-contrib-less": "^1.1.0",
"less-plugin-autoprefix": "^1.5.1",
"time-grunt": "^1.1.0"
}
}