package.json 562 B

123456789101112131415161718192021222324
  1. {
  2. "name": "react-navigation-kit",
  3. "version": "0.5.0",
  4. "description": "Helpers for usage on `react-navigation` out of the react components",
  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-kit.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": ">=16",
  22. "react-navigation": "^2.12.1"
  23. }
  24. }