package.json 511 B

123456789101112131415161718192021
  1. {
  2. "name": "redux-persefex",
  3. "version": "0.1.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. }