UNPKG

redux-batch-middleware

Version:
41 lines (40 loc) 986 B
{ "name": "redux-batch-middleware", "version": "0.2.0", "description": "Batch redux actions", "license": "MIT", "repository": "mrydengren/redux-batch-middleware", "keywords": [ "Redux", "Batch" ], "main": "lib/index", "jsnext:main": "modules/index", "files": [ "lib", "modules" ], "dependencies": {}, "devDependencies": { "ava": "^0.9.1", "babel": "^6.3.26", "babel-cli": "^6.3.17", "babel-core": "^6.3.26", "babel-eslint": "^5.0.0-beta6", "babel-preset-es2015": "^6.3.13", "eslint": "^1.10.3", "eslint-config-billogram": "^0.2.0", "redux": "^3.0.5", "rimraf": "^2.5.0" }, "scripts": { "ava": "./scripts/run-ava.sh", "eslint": "./scripts/run-eslint.sh", "build": "./scripts/run-build.sh", "pretest": "./scripts/run-eslint.sh", "test": "./scripts/run-ava.sh", "posttest": "./scripts/run-build.sh", "preversion": "npm test", "prepublish": "./scripts/run-build.sh" } }