UNPKG

redux-batch-enhancer

Version:

Batch subscriber notification for an array of actions (including complex actions, e.g. thunks).

36 lines (35 loc) 906 B
{ "name": "redux-batch-enhancer", "version": "0.1.3", "description": "Batch subscriber notification for an array of actions (including complex actions, e.g. thunks).", "main": "index.js", "main": "lib/index.js", "scripts": { "build": "babel src --out-dir lib", "prepublish": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/abc123s/redux-batch-enhancer.git" }, "keywords": [ "redux", "batch", "batched", "action", "subscribe", "reactjs", "react" ], "author": "Peter Zhang <Peter0Zhang@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/abc123s/redux-batch-enhancer/issues" }, "homepage": "https://github.com/abc123s/redux-batch-enhancer#readme", "devDependencies": { "babel-cli": "^6.10.1", "babel-preset-es2015": "^6.9.0", "babel-preset-stage-1": "^6.5.0" } }