package.json 644 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "redux-store-builder",
  3. "version": "0.4.5",
  4. "description": "Redux store builder, in combination with 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": "https://lolg.it/herby/redux-store-builder.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. "redux": "^3.7.2 || ^4.0.0",
  24. "redux-effex": "^1.1.2",
  25. "redux-sac": ">=0.6.0 <0.9.0"
  26. }
  27. }