Files

28 lines
679 B
JSON
Raw Permalink Normal View History

2015-06-18 16:08:17 +02:00
{
"name": "leaflet-loading",
"version": "0.1.24",
2015-06-18 16:08:17 +02:00
"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"
}