UNPKG

react-leaflet-control

Version:

Dumb Empty Component for control with react leaflet

39 lines (38 loc) 896 B
{ "name": "react-leaflet-control", "version": "2.1.2", "description": "Dumb Empty Component for control with react leaflet", "homepage": "https://github.com/LiveBy/react-leaflet-control", "main": "dist/control.js", "types": "index.d.ts", "scripts": { "test": "echo \"No Tests Yet\"", "start": "babel lib -d dist" }, "keywords": [ "react", "leaflet", "control", "MapControl", "map", "mapbox" ], "author": "Joel <joel@liveby.co>", "license": "ISC", "peerDependencies": { "leaflet": "^1.0.2", "react": "^16.0.0", "react-dom": "^16.0.0", "react-leaflet": "^2.0.0" }, "devDependencies": { "babel": "^6.5.2", "babel-cli": "^6.9.0", "babel-preset-env": "^1.7.0", "babel-preset-react": "^6.24.1", "leaflet": "^1.0.0", "react": "^16.0.0", "react-dom": "^16.0.0", "react-leaflet": "^2.0.0" } }