2015-01-10 12:55:48 +01:00
|
|
|
{
|
|
|
|
|
"name": "leaflet.loading",
|
2017-01-27 12:06:34 +01:00
|
|
|
"version": "0.1.24",
|
2015-01-10 12:55:48 +01:00
|
|
|
"homepage": "https://github.com/ebrelsford/leaflet.loading",
|
|
|
|
|
"authors": [
|
|
|
|
|
"Eric Brelsford <ebrelsford@gmail.com>"
|
|
|
|
|
],
|
|
|
|
|
"description": "A loading-indicator control for Leaflet",
|
2017-01-27 12:06:34 +01:00
|
|
|
"main": [
|
|
|
|
|
"src/Control.Loading.css",
|
|
|
|
|
"src/Control.Loading.js"
|
|
|
|
|
],
|
2015-01-10 12:55:48 +01:00
|
|
|
"keywords": [
|
|
|
|
|
"leaflet",
|
|
|
|
|
"map",
|
|
|
|
|
"gis",
|
|
|
|
|
"loading"
|
|
|
|
|
],
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"leaflet": ">=0.6"
|
|
|
|
|
},
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"ignore": [
|
|
|
|
|
"**/.*",
|
|
|
|
|
"node_modules",
|
|
|
|
|
"bower_components",
|
|
|
|
|
"test",
|
|
|
|
|
"tests"
|
|
|
|
|
]
|
|
|
|
|
}
|