{ "name": "react-map-gl", "description": "A React wrapper for MapboxGL-js and overlay API.", "version": "0.6.4", "main": "src/index.js", "keywords": [ "mapbox", "mapbox-gl", "react", "react-mapbox-gl", "react mapbox" ], "repository": { "type": "git", "url": "https://github.com/uber/react-map-gl.git" }, "license": "MIT", "dependencies": { "alphaify": "^1.0.0", "bowser": "^1.0.0", "canvas-composite-types": "^1.0.4", "d3": "^3.5.16", "global": "^4.3.0", "keymirror": "^0.1.1", "mapbox-gl": "0.14.1", "nop": "^1.0.0", "object-assign": "^4.0.1", "svg-transform": "0.0.3", "viewport-mercator-project": "^2.0.1" }, "devDependencies": { "budo": "^8.0.4", "envify": "^3.4.0", "immutable": "^3.7.6", "opn": "^4.0.0", "prova": "^2.1.2", "r-dom": "^2.1.0", "react": "0.14.x", "react-dom": "0.14.x", "uber-standard": "^5.1.0" }, "scripts": { "start": "budo ./example/main.js --live -- -t envify", "lint": "uber-standard", "test": "npm run lint && prova -q -b -t envify -l chrome test/*", "precommit": "npm run lint -s", "prepush": "npm run lint -s" }, "files": [ "src" ], "peerDependencies": { "immutable": "^3.7.6", "r-dom": "^2.1.0", "react": "0.14.x" }, "engines": { "node": "0.10.x", "npm": "2.x" } }