redux-log-slow-reducers
Version:
Warn about slow reducers used in your redux app.
44 lines (43 loc) • 1.06 kB
JSON
{
"name": "redux-log-slow-reducers",
"version": "0.0.2",
"description": "Warn about slow reducers used in your redux app.",
"main": "lib/index.js",
"scripts": {
"test": "make test",
"prepublish": "make build lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/michaelcontento/redux-log-slow-reducers.git"
},
"homepage": "https://github.com/michaelcontento/redux-log-slow-reducers",
"keywords": [
"redux",
"redux-middleware",
"middleware",
"react-native",
"fsa",
"flux-standard-action",
"flux"
],
"author": {
"name": "Michael Contento",
"email": "michaelcontento@gmail.com"
},
"license": "MIT",
"devDependencies": {
"babel": "^5.8.23",
"babel-core": "^5.8.23",
"babel-eslint": "^4.1.1",
"eslint": "^1.3.1",
"eslint-config-airbnb": "0.0.8",
"eslint-plugin-react": "3.3.1"
},
"peerDependencies": {
"redux": "^2.0.0 || ^1.0.0"
},
"bugs": {
"url": "https://github.com/michaelcontento/redux-log-slow-reducers/issues"
}
}