react-native-navigation的迁移库

package.json 713B

123456789101112131415161718192021222324252627
  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.0.1",
  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.16.0"
  22. },
  23. "dependencies": {
  24. "react-native-controllers": "^1.1.0"
  25. }
  26. }