summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/Maps/resources/lib/leaflet.fullscreen/package.json
blob: c07bdfa5f966dbaac1c53247ccd08c2f06ecfa04 (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
{
  "name": "leaflet.fullscreen",
  "version": "1.6.0",
  "description": "Simple plugin for Leaflet that adds fullscreen button to your maps.",
  "main": "Control.FullScreen.js",
  "scripts": {
    "test": "eslint --config .eslintrc Control.FullScreen.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/brunob/leaflet.fullscreen.git"
  },
  "keywords": [
    "leaflet",
    "plugins",
    "maps",
    "fullscreen"
  ],
  "devDependencies": {
    "eslint": "^5.4.0"
  },
  "author": "b_b",
  "license": "MIT License",
  "readmeFilename": "README.md"
}