UNPKG

redux-map-gl

Version:

Simplify react-map-gl and redux

40 lines (39 loc) 1.06 kB
{ "name": "redux-map-gl", "version": "0.1.0", "description": "Simplify react-map-gl and redux", "main": "dist/index.js", "jsnext:main": "src/index.js", "scripts": { "build": "babel src/ -d dist/", "test": "npm run build && tape dist/test/index.tap.js", "prepublish": "npm run build" }, "keywords": [ "redux", "reducer enhancer", "react-map-gl", "mapbox-gl" ], "author": "Will Demaine <willdemaine@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/Willyham/redux-map-gl/issues" }, "homepage": "https://github.com/Willyham/redux-map-gl", "devDependencies": { "babel-cli": "^6.9.0", "babel-eslint": "^6.0.0", "babel-plugin-transform-object-rest-spread": "^6.8.0", "babel-plugin-transform-runtime": "^6.9.0", "babel-preset-es2015": "^6.9.0", "babel-preset-es2015-rollup": "^1.1.1", "babel-preset-stage-2": "^6.5.0", "eslint": "^2.5.3", "source-map-support": "^0.4.0", "tape": "^4.5.1" }, "dependencies": { "immutable": "^3.8.1" } }