react-native-navigation的迁移库

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "react-native-navigation",
  3. "publishConfig": {
  4. "registry": "https://registry.npmjs.org/"
  5. },
  6. "repository": {
  7. "type": "git",
  8. "url": "https://github.com/wix/react-native-navigation.git"
  9. },
  10. "version": "0.2.2",
  11. "description": "React Native Navigation - truly native navigation for iOS and Android",
  12. "nativePackage": true,
  13. "bugs": {
  14. "url": "https://github.com/wix/react-native-navigation/issues"
  15. },
  16. "homepage": "https://github.com/wix/react-native-navigation",
  17. "main": "index.js",
  18. "author": "Tal Kol <talkol@gmail.com>",
  19. "license": "MIT",
  20. "peerDependencies": {
  21. "react-native": ">=0.19.0"
  22. },
  23. "dependencies": {
  24. "react-native-controllers": "^1.3.5"
  25. },
  26. "optionalDependencies": {
  27. "react-redux": "*"
  28. }
  29. }