Files
contao-leaflet-libraries/assets/leaflet-fullscreen/bower.json

34 lines
635 B
JSON
Raw Normal View History

2015-01-20 16:03:59 +01:00
{
"name": "leaflet.fullscreen",
2016-10-04 13:50:43 +02:00
"version": "1.4.2",
2015-01-20 16:03:59 +01:00
"homepage": "https://github.com/brunob/leaflet.fullscreen",
2016-10-04 13:50:43 +02:00
"license": "MIT",
2015-01-20 16:03:59 +01:00
"authors": [
"brunob <brunobergot@gmail.com>"
],
"description": "Leaflet.Control.FullScreen for Leaflet",
"main": [
"Control.FullScreen.js",
"Control.FullScreen.css",
"icon-fullscreen.png",
"icon-fullscreen-2x.png"
],
2016-10-04 13:50:43 +02:00
"devDependencies": {
"eslint": "2.3.0"
},
2015-01-20 16:03:59 +01:00
"keywords": [
"leaflet",
"plugins",
"maps",
"fullscreen"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"index.html"
]
}