Lots of updates
This commit is contained in:
parent
e3cfff8310
commit
39e7af6238
454 changed files with 221168 additions and 36622 deletions
64
app/bower_components/angular-leaflet-directive/bower.json
vendored
Normal file
64
app/bower_components/angular-leaflet-directive/bower.json
vendored
Normal file
|
@ -0,0 +1,64 @@
|
|||
{
|
||||
"name": "angular-leaflet-directive",
|
||||
"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.9.0",
|
||||
"homepage": "http://tombatossals.github.io/angular-leaflet-directive/",
|
||||
"keywords": [
|
||||
"angularjs",
|
||||
"javascript",
|
||||
"directive",
|
||||
"leaflet"
|
||||
],
|
||||
"main": [
|
||||
"dist/angular-leaflet-directive.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"angular": "1.x",
|
||||
"leaflet": "0.7.x"
|
||||
},
|
||||
"devDependencies": {
|
||||
"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": "*",
|
||||
"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": [
|
||||
"**/.*",
|
||||
"src",
|
||||
"doc",
|
||||
"examples",
|
||||
"test",
|
||||
"*.md",
|
||||
"Gruntfile.js",
|
||||
"package.json",
|
||||
"bower.json"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue