Update leaflet loading library.

This commit is contained in:
David Molineus
2015-06-18 16:08:17 +02:00
parent 35929524bb
commit 9c3c6c8d25
8 changed files with 59 additions and 4 deletions

View File

@@ -0,0 +1,27 @@
{
"name": "leaflet-loading",
"version": "0.1.16",
"description": "A simple loading control for Leaflet",
"main": "src/Control.Loading.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ebrelsford/Leaflet.loading.git"
},
"keywords": [
"leaflet",
"map",
"maps",
"gis",
"geoweb",
"loading"
],
"author": "Eric Brelsford <ebrelsford@gmail.com> (http://ebrelsford.github.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ebrelsford/Leaflet.loading/issues"
},
"homepage": "https://github.com/ebrelsford/Leaflet.loading"
}