react-map-gl/package.json
2016-07-28 15:44:49 -07:00

77 lines
2.0 KiB
JSON

{
"name": "react-map-gl",
"description": "A React wrapper for MapboxGL-js and overlay API.",
"version": "1.2.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": {
"alphaify": "^1.0.0",
"autobind-decorator": "^1.3.3",
"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.21.0",
"pure-render-decorator": "^1.1.0",
"svg-transform": "0.0.3",
"tap-browser-color": "^0.1.2",
"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",
"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",
"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"
},
"files": [
"src",
"dist"
],
"peerDependencies": {
"immutable": "^3.7.6",
"react": "0.14.x - 15.x"
},
"engines": {
"node": "0.10.x",
"npm": "3.x"
}
}