redux-simple-effects
Version:
Helper for simply handling Redux effects
41 lines (40 loc) • 1.02 kB
JSON
{
"name": "redux-simple-effects",
"version": "0.1.3",
"description": "Helper for simply handling Redux effects",
"author": "Dawid Rusnak <dawid@drcode.pl>",
"main": "dist/index.js",
"keywords": [
"redux",
"side",
"effects",
"middleware",
"sideeffects",
"side-effects"
],
"files": [
"dist"
],
"homepage": "https://github.com/rangoo94/redux-simple-effects",
"bugs": "https://github.com/rangoo94/redux-simple-effects/issues",
"repository": {
"type": "git",
"url": "https://github.com/rangoo94/redux-simple-effects.git"
},
"scripts": {
"build:umd": "rollup -c",
"build:es6": "rollup -c rollup.es6.config.js",
"test": "eslint src"
},
"license": "MIT",
"devDependencies": {
"buble": "^0.13.1",
"eslint": "^3.3.1",
"eslint-config-standard": "^5.3.5",
"eslint-plugin-promise": "^2.0.1",
"eslint-plugin-standard": "^2.0.0",
"rollup": "^0.34.10",
"rollup-plugin-buble": "^0.13.0",
"rollup-plugin-uglify": "^1.0.1"
}
}