Files
contao-leaflet-libraries/assets/leaflet-loading/package.json
2017-01-27 12:06:34 +01:00

28 lines
679 B
JSON

{
"name": "leaflet-loading",
"version": "0.1.24",
"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"
}