Lots of updates

This commit is contained in:
baldo 2016-05-16 13:33:49 +02:00
commit 39e7af6238
454 changed files with 221168 additions and 36622 deletions

View file

@ -1,6 +1,9 @@
{
"name": "angular-leaflet-directive",
"description": "AngularJS directive to embed an interact with maps managed by Leaflet library",
"author": "https://github.com/tombatossals/angular-leaflet-directive/graphs/contributors",
"description": "angular-leaflet-directive - An AngularJS directive to easily interact with Leaflet maps",
"version": "0.10.0",
"homepage": "http://tombatossals.github.io/angular-leaflet-directive/",
"keywords": [
"angularjs",
"javascript",
@ -11,23 +14,41 @@
"dist/angular-leaflet-directive.js"
],
"dependencies": {
"angular": "1.2.x",
"leaflet-dist": "0.7.x"
"angular": "1.x",
"leaflet": "0.7.x"
},
"devDependencies": {
"jquery": "2.1.x",
"bootstrap": "3.1.x",
"angular-route": "1.2.x",
"angular-animate": "1.2.x",
"angular-mocks": "1.2.x",
"leaflet.markerclusterer": "0.4",
"leaflet.draw": "0.2.2",
"Leaflet.label": "0.2.1",
"jquery": "*",
"semantic-ui": "*",
"bootstrap": "*",
"prism": "*",
"angular-route": "1.x",
"angular-animate": "1.x",
"angular-mocks": "1.x",
"leaflet.markercluster": "*",
"leaflet.draw": "*",
"Leaflet.label": "*",
"leaflet-tilelayer-geojson": "*",
"Leaflet.utfgrid": "danzel/Leaflet.utfgrid",
"Leaflet.awesome-markers": "*",
"leaflet-providers": "*",
"leaflet.vector-markers": "*",
"webgl-heatmap-leaflet": "*",
"leaflet-plugins": "1.0.1",
"esri-leaflet": "0.0.1-beta.4"
"leaflet-plugins": "*",
"esri-leaflet": "*",
"proj4": "*",
"font-awesome": "*",
"proj4leaflet": "*",
"Leaflet.MakiMarkers": "*",
"Leaflet.heat": "https://github.com/Leaflet/Leaflet.heat/archive/gh-pages.tar.gz",
"Leaflet.ExtraMarkers": "https://github.com/coryasilva/Leaflet.ExtraMarkers/archive/v1.0.1.tar.gz",
"Leaflet.fullscreen": "http://github.com/Leaflet/Leaflet.fullscreen/archive/v0.0.4.tar.gz",
"Leaflet.PolylineDecorator": "bbecquet/Leaflet.PolylineDecorator",
"ionrangeslider": "*",
"leaflet-minimap": "*",
"esri-leaflet-clustered-feature-layer": "~1.0.x",
"esri-leaflet-heatmap-feature-layer": "~1.0.x",
"leaflet-search": "*"
},
"ignore": [
"**/.*",
@ -40,15 +61,13 @@
"package.json",
"bower.json"
],
"homepage": "https://github.com/tombatossals/angular-leaflet-directive",
"version": "0.7.7",
"_release": "0.7.7",
"_release": "0.10.0",
"_resolution": {
"type": "version",
"tag": "v0.7.7",
"commit": "f2b426b3daf3a3753bb76a3526956f14818f358c"
"tag": "v0.10.0",
"commit": "15323bc8c3bad3f2dedafbcfebb6772dc0813cfb"
},
"_source": "git://github.com/tombatossals/angular-leaflet-directive.git",
"_target": "~0.7.7",
"_source": "https://github.com/tombatossals/angular-leaflet-directive.git",
"_target": "~0.10.0",
"_originalSource": "angular-leaflet-directive"
}