summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/Maps/resources/leaflet/leaflet.fullscreen/bower.json
blob: 6de9eee81d6c2cf42eea02f220a394734e57e322 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
  "name": "leaflet.fullscreen",
  "version": "1.1.4",
  "homepage": "https://github.com/brunob/leaflet.fullscreen",
  "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"
  ],
  "keywords": [
    "leaflet",
    "plugins",
    "maps",
    "fullscreen"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests",
    "index.html"
  ]
}