leaflet-rxjs
Version:
RxJS observables support for Leaflet
32 lines (31 loc) • 705 B
JSON
{
"name": "leaflet-rxjs",
"version": "0.1.3",
"description": "RxJS observables support for Leaflet",
"main": "src/L.RxJS.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/grantHarris/leaflet-rxjs.git"
},
"keywords": [
"RXJS",
"RxJS",
"Leaflet",
"observables",
"observable"
],
"author": "Grant Harris",
"license": "MIT",
"bugs": {
"url": "https://github.com/grantHarris/leaflet-rxjs/issues"
},
"homepage": "https://github.com/grantHarris/leaflet-rxjs#readme",
"dependencies": {
"leaflet": "^1.0.1",
"npm": "^5.8.0",
"rxjs": "^5.0.0"
}
}