UNPKG

redux-saga-takex

Version:

A powerful take effect accepting RegExp instead of listing action types.

37 lines (36 loc) 941 B
{ "name": "redux-saga-takex", "version": "0.0.1", "description": "A powerful take effect accepting RegExp instead of listing action types.", "main": "./lib/index.js", "repository": { "type": "git", "url": "https://github.com/kuy/redux-saga-takex.git" }, "homepage": "https://github.com/kuy/redux-saga-takex", "bugs": "https://github.com/kuy/redux-saga-takex/issues", "scripts": { "build": "./node_modules/.bin/babel src --out-dir lib", "clean": "./node_modules/.bin/rimraf lib", "prepublish": "npm run clean && npm run build" }, "authors": [ "Yuki Kodama <endflow.net@gmail.com>" ], "license": "MIT", "keywords": [ "redux", "react", "redux-saga", "sagas", "effects", "take" ], "devDependencies": { "babel-cli": "^6.18.0", "babel-core": "^6.18.2", "babel-preset-es2015": "^6.18.0", "babel-preset-stage-2": "^6.18.0", "rimraf": "^2.5.4" } }