summaryrefslogtreecommitdiff
path: root/plugins/leaflet/scripts/leaflet-providers/package.json
blob: 1149609fae7f635bc54fadd6b435a24e61a0f67a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
	"name": "leaflet-providers",
	"version": "1.0.3",
	"description": "An extension to Leaflet that contains configurations for various free tile providers.",
	"main": "leaflet-providers.js",
	"repository": {
		"type": "git",
		"url": "git://github.com/leaflet-extras/leaflet-providers.git"
	},
	"scripts": {
		"pretest": "jshint leaflet-providers.js"
	},
	"license": "BSD-2-Clause",
	"bugs": {
		"url": "https://github.com/leaflet-extras/leaflet-providers/issues"
	},
	"devDependencies": {
		"jshint": "~2.1.11"
	}
}