redux-saga-rn-alert
Version:
Alert-support for sagas and side-effects
30 lines (29 loc) • 716 B
JSON
{
"name": "redux-saga-rn-alert",
"version": "1.2.7",
"description": "Alert-support for sagas and side-effects",
"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-rn-alert"
},
"keywords": [
"react-native-component",
"redux-saga",
"redux-saga-channels",
"alert",
"side-effect"
],
"author": "Hagen Huebel <hhuebel@itinance.com> (hhuebel@itinance.com)",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"flow-bin": "0.28.0",
"react": "^15.4.2",
"react-native": "^0.40.0"
}
}