1234567891011121314151617181920212223242526272829303132333435 |
- {
- "name": "leaflet-providers",
- "version": "1.1.11",
- "homepage": "https://github.com/leaflet-extras/leaflet-providers",
- "description": "An extension to Leaflet that contains configurations for various free tile providers.",
- "dependencies": {
- "leaflet": "~0.7.3"
- },
- "main": "leaflet-providers.js",
- "keywords": [
- "leaflet",
- "stamen",
- "osm"
- ],
- "license": "BSD-2-Clause",
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "test",
- "tests",
- "preview",
- "*.html"
- ],
- "_release": "1.1.11",
- "_resolution": {
- "type": "version",
- "tag": "1.1.11",
- "commit": "8ead40930c558e082ce57add939e8ac37576ee91"
- },
- "_source": "https://github.com/leaflet-extras/leaflet-providers.git",
- "_target": "^1.1.11",
- "_originalSource": "leaflet-providers",
- "_direct": true
- }
|