summaryrefslogtreecommitdiff
path: root/plugins/leaflet/scripts/leaflet-providers/package.json
blob: 6b90b9c4e7e1be510dc47ae865d1eb476543862a (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"
  }
}