package.json 676 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "redux-persefex",
  3. "version": "0.3.0",
  4. "description": "Redux store builder, in combination with redux-persist, redux-effex and redux-sac composeReducers.",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git@lolg.it:herby/redux-persefex.git"
  12. },
  13. "keywords": [
  14. "redux",
  15. "persist",
  16. "effex",
  17. "combine"
  18. ],
  19. "author": "Herbert Vojčík <herby@mailbox.sk>",
  20. "license": "MIT",
  21. "dependencies": {
  22. "event-emitter": "^0.3.5",
  23. "redux": "^3.7.2",
  24. "redux-effex": "^1.1.2",
  25. "redux-persist": "^5.9.1",
  26. "redux-sac": "^0.6.0"
  27. }
  28. }