summaryrefslogtreecommitdiff
path: root/plugins/leaflet/scripts/Leaflet-MiniMap/package.json
blob: 485c105f52453e0c6381bb7b7c8badbc4160f241 (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-minimap",
	"version": "1.0.0",
	"author": "Norkart AS",
	"description": "A plugin for Leaflet that provides a minimap in the corner of the map view.",
	"license": "BSD-2-Clause",
	"readmeFilename": "README.md",
	"repository": {
		"type": "git",
		"url": "https://github.com/Norkart/Leaflet-MiniMap.git"
	},
	"homepage": "https://github.com/Norkart/Leaflet-MiniMap",
	"bugs": {
		"url": "https://github.com/Norkart/Leaflet-MiniMap/issues"
	},
	"dependencies": {
		"leaflet": ">=0.5.0"
	},
	"keywords": [
		"maps",
		"leaflet",
		"client",
		"minimap"
	]
}