package.json 431 B

1234567891011121314151617181920
  1. {
  2. "name": "redux-sac",
  3. "version": "0.1.0",
  4. "description": "Slice and compose redux-type reducers.",
  5. "main": "lib/node.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-sac.git"
  12. },
  13. "keywords": [
  14. "redux",
  15. "slice",
  16. "compose"
  17. ],
  18. "author": "Herby Vojčík <herby@mailbox.sk>",
  19. "license": "MIT"
  20. }