UNPKG

redux-waitfor-middleware

Version:

Lightweight Redux middleware to assert on actions being dispatched

41 lines (40 loc) 1.09 kB
{ "name": "redux-waitfor-middleware", "version": "1.0.1", "description": "Lightweight Redux middleware to assert on actions being dispatched", "main": "lib/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "prepublish": "babel src --out-dir lib", "check": "flow && npm run lint", "lint": "eslint ./src/ || exit 0" }, "repository": { "type": "git", "url": "git+https://github.com/Polyconseil/redux-waitfor-middleware.git" }, "keywords": [ "redux", "test", "tests", "middleware", "record", "waitfor", "wait" ], "author": "Polyconseil", "license": "MIT", "bugs": { "url": "https://github.com/Polyconseil/redux-waitfor-middleware/issues" }, "homepage": "https://github.com/Polyconseil/redux-waitfor-middleware#readme", "devDependencies": { "babel-cli": "^6.14.0", "babel-eslint": "^6.1.2", "babel-preset-es2015": "^6.14.0", "babel-preset-react": "^6.11.1", "babel-preset-stage-0": "^6.5.0", "eslint": "^3.5.0", "eslint-plugin-jsx-a11y": "^2.2.2" } }