package.json 674 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "react-navigation-redux-sac",
  3. "version": "0.2.0",
  4. "description": "Wire `react-navigation` into redux state under specified key with help of `redux-sac`",
  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/react-navigation-redux-sac.git"
  12. },
  13. "keywords": [
  14. "react",
  15. "navigation",
  16. "redux"
  17. ],
  18. "author": "Herby Vojčík <herby@mailbox.sk>",
  19. "license": "MIT",
  20. "dependencies": {
  21. "react-navigation": "^1.2.1",
  22. "react-navigation-redux-helpers": "^1.0.1",
  23. "react-redux": "^5.0.7",
  24. "redux-sac": "^0.6.0"
  25. }
  26. }