Restructure libraries.

This commit is contained in:
David Molineus
2015-01-06 18:49:01 +01:00
parent b3d32fef46
commit f446c0492a
28 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,22 @@
{
"name": "leaflet-providers",
"version": "1.0.12",
"homepage": "https://github.com/leaflet-extras/leaflet-providers",
"description": "An extension to Leaflet that contains configurations for various free tile providers.",
"main": "leaflet-providers.js",
"keywords": [
"leaflet",
"stamen",
"osm"
],
"license": "BSD-2-Clause",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"preview",
"*.html"
]
}