2014-05-12 20:08:19 +02:00
|
|
|
{
|
|
|
|
"name": "angular-leaflet-directive",
|
2016-05-16 13:33:49 +02:00
|
|
|
"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/",
|
2014-05-12 20:08:19 +02:00
|
|
|
"keywords": [
|
|
|
|
"angularjs",
|
|
|
|
"javascript",
|
|
|
|
"directive",
|
|
|
|
"leaflet"
|
|
|
|
],
|
|
|
|
"main": [
|
|
|
|
"dist/angular-leaflet-directive.js"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
2016-05-16 13:33:49 +02:00
|
|
|
"angular": "1.x",
|
|
|
|
"leaflet": "0.7.x"
|
2014-05-12 20:08:19 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-05-16 13:33:49 +02:00
|
|
|
"jquery": "*",
|
|
|
|
"semantic-ui": "*",
|
|
|
|
"bootstrap": "*",
|
|
|
|
"prism": "*",
|
|
|
|
"angular-route": "1.x",
|
|
|
|
"angular-animate": "1.x",
|
|
|
|
"angular-mocks": "1.x",
|
|
|
|
"leaflet.markercluster": "*",
|
|
|
|
"leaflet.draw": "*",
|
|
|
|
"Leaflet.label": "*",
|
2014-05-12 20:08:19 +02:00
|
|
|
"leaflet-tilelayer-geojson": "*",
|
2016-05-16 13:33:49 +02:00
|
|
|
"Leaflet.utfgrid": "danzel/Leaflet.utfgrid",
|
2014-05-12 20:08:19 +02:00
|
|
|
"Leaflet.awesome-markers": "*",
|
2016-05-16 13:33:49 +02:00
|
|
|
"leaflet-providers": "*",
|
|
|
|
"leaflet.vector-markers": "*",
|
2014-05-12 20:08:19 +02:00
|
|
|
"webgl-heatmap-leaflet": "*",
|
2016-05-16 13:33:49 +02:00
|
|
|
"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": "*"
|
2014-05-12 20:08:19 +02:00
|
|
|
},
|
|
|
|
"ignore": [
|
|
|
|
"**/.*",
|
|
|
|
"src",
|
|
|
|
"doc",
|
|
|
|
"examples",
|
|
|
|
"test",
|
|
|
|
"*.md",
|
|
|
|
"Gruntfile.js",
|
|
|
|
"package.json",
|
|
|
|
"bower.json"
|
|
|
|
],
|
2016-05-16 13:33:49 +02:00
|
|
|
"_release": "0.10.0",
|
2014-05-12 20:08:19 +02:00
|
|
|
"_resolution": {
|
|
|
|
"type": "version",
|
2016-05-16 13:33:49 +02:00
|
|
|
"tag": "v0.10.0",
|
|
|
|
"commit": "15323bc8c3bad3f2dedafbcfebb6772dc0813cfb"
|
2014-05-12 20:08:19 +02:00
|
|
|
},
|
2016-05-16 13:33:49 +02:00
|
|
|
"_source": "https://github.com/tombatossals/angular-leaflet-directive.git",
|
2016-06-11 17:57:30 +02:00
|
|
|
"_target": "0.10.0",
|
2014-05-12 20:08:19 +02:00
|
|
|
"_originalSource": "angular-leaflet-directive"
|
|
|
|
}
|