UNPKG

very-simple-react-map

Version:

Basic OL3 map with osm layer wrapped in React Component

37 lines (36 loc) 942 B
{ "name": "very-simple-react-map", "version": "0.2.6", "main": "dist/index.js", "module": "dist/index.js", "files": [ "dist" ], "keywords": "ol3, react, map, lat, lng, zoom", "dependencies": { "openlayers": "4.6.5" }, "devDependencies": { "babel-cli": "6.26.0", "babel-preset-stage-2": "6.24.1", "prop-types": "15.6.1", "react": "16.4.0", "react-dom": "16.4.0", "react-scripts": "1.1.4" }, "peerDependencies": { "react": "16.3.2", "react-dom": "16.3.2" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject", "prepublish": "rm -rf dist && NODE_ENV=production babel src/lib --out-dir dist --copy-files --ignore __tests__,spec.js,test.js,__snapshots__" }, "repository": { "type": "git", "url": "https://github.com/piotrratajczak/simpleMap" } }