UNPKG

redux-saga-location

Version:
32 lines (31 loc) 771 B
{ "name": "redux-saga-location", "version": "1.6.0", "description": "Location-support for redux-saga", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "flow": "flow; test $? -eq 0 -o $? -eq 2" }, "repository": { "type": "git", "url": "git@github.com:itinance/redux-saga-location" }, "keywords": [ "react-native-component", "redux-saga", "redux-saga-channels", "geolocation", "side-effect" ], "author": "Hagen Huebel <hhuebel@itinance.com> (hhuebel@itinance.com)", "license": "MIT", "peerDependencies": { "@react-native-community/geolocation": "2.0.2" }, "devDependencies": { "flow-bin": "0.28.0", "react": "^15.4.2", "react-native": "^0.40.0" } }