ffffng/app/bower_components/angular-leaflet-directive/.bower.json

54 lines
1.3 KiB
JSON
Raw Normal View History

2014-05-12 20:08:19 +02:00
{
"name": "angular-leaflet-directive",
"description": "AngularJS directive to embed an interact with maps managed by Leaflet library",
"keywords": [
"angularjs",
"javascript",
"directive",
"leaflet"
],
"main": [
"dist/angular-leaflet-directive.js"
],
"dependencies": {
"angular": "1.2.x",
"leaflet-dist": "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",
"leaflet-tilelayer-geojson": "*",
"Leaflet.awesome-markers": "*",
"webgl-heatmap-leaflet": "*",
"leaflet-plugins": "1.0.1",
"esri-leaflet": "0.0.1-beta.4"
},
"ignore": [
"**/.*",
"src",
"doc",
"examples",
"test",
"*.md",
"Gruntfile.js",
"package.json",
"bower.json"
],
"homepage": "https://github.com/tombatossals/angular-leaflet-directive",
"version": "0.7.7",
"_release": "0.7.7",
"_resolution": {
"type": "version",
"tag": "v0.7.7",
"commit": "f2b426b3daf3a3753bb76a3526956f14818f358c"
},
"_source": "git://github.com/tombatossals/angular-leaflet-directive.git",
"_target": "~0.7.6",
"_originalSource": "angular-leaflet-directive"
}