package.json 694 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "redux-store-builder",
  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. "store",
  16. "builder",
  17. "effex",
  18. "combine"
  19. ],
  20. "author": "Herbert Vojčík <herby@mailbox.sk>",
  21. "license": "MIT",
  22. "dependencies": {
  23. "event-emitter": "^0.3.5",
  24. "redux": "^3.7.2",
  25. "redux-effex": "^1.1.2",
  26. "redux-persist": "^5.9.1",
  27. "redux-sac": "^0.6.0"
  28. }
  29. }