{ "name": "react-map-gl", "description": "A React wrapper for MapboxGL-js and overlay API.", "version": "1.7.0", "main": "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": { "autobind-decorator": "^1.3.3", "bowser": "^1.2.0", "canvas-composite-types": "^1.0.4", "d3-array": "^1.0.1", "d3-color": "^1.0.1", "d3-format": "^1.0.2", "d3-geo": "^1.2.4", "d3-scale": "^1.0.3", "d3-selection": "^1.0.2", "global": "^4.3.0", "mapbox-gl": "0.24.0", "pure-render-decorator": "^1.1.0", "svg-transform": "0.0.3", "viewport-mercator-project": "^2.0.1" }, "devDependencies": { "babel-cli": "^6.7.0", "babel-core": "^6.7.0", "babel-eslint": "^5.0.0", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-preset-es2015": "^6.6.0", "babel-preset-react": "^6.5.0", "babel-preset-stage-2": "^6.5.0", "babelify": "^7.2.0", "browserify": "^13.0.0", "budo": "^8.2.2", "d3-random": "^1.0.1", "disc": "^1.3.2", "electron-prebuilt": "^0.37.3", "envify": "^3.4.0", "eslint": "^1.10.3", "eslint-plugin-react": "^4.2.3", "immutable": "^3.7.6", "react": "15.x", "react-dom": "15.x", "tape": "^4.5.1", "tape-catch": "^1.0.4", "tap-browser-color": "^0.1.2", "testron": "^1.2.0", "uber-standard": "^5.1.0" }, "scripts": { "build": "babel src -d dist --copy-files --source-maps inline", "start": "budo ./example/main.js --live --open --port 3000 -- -t babelify -t envify", "lint": "uber-standard", "test": "npm run lint && browserify -t babelify -t envify test/index.js | testron", "precommit": "npm run lint -s", "prepush": "npm run lint -s", "prepublish": "npm run build", "profile-disc": "browserify src/index.js --full-paths -t babelify | discify --open" }, "files": [ "src", "dist" ], "peerDependencies": { "immutable": "^3.7.6", "react": "0.14.x - 15.x" }, "engines": { "node": "0.10.x", "npm": "3.x" } }