leaflet-range
Version:
A simple HTML5 range control for Leaflet maps
33 lines (32 loc) • 772 B
JSON
{
"name": "leaflet-range",
"version": "0.1.5",
"description": "A simple HTML5 range control for Leaflet maps",
"homepage": "http://github.com/consbio/Leaflet.Range",
"author": "Conservation Biology Institute <nik.molnar@consbio.org>",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-minify": "0.0.14"
},
"repository": {
"type": "git",
"url": "git://github.com/consbio/Leaflet.Range.git"
},
"keywords": [
"leaflet",
"slider",
"range"
],
"bugs": {
"url": "https://github.com/consbio/Leaflet.Range/issues"
},
"main": "L.Control.Range-min.js",
"dependencies": {
"gulp": "^3.9.1",
"gulp-minify": "^0.0.14"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "ISC"
}