package.json 763 B

1234567891011121314151617181920212223
  1. {
  2. "name": "com.google.firebase.remote-config",
  3. "version": "13.5.0",
  4. "displayName": "Firebase Remote Config",
  5. "keywords": [
  6. "Google",
  7. "Firebase",
  8. "Remote",
  9. "Config",
  10. "Remote Config",
  11. "vh-name:FirebaseRemoteConfig",
  12. "vh-name:Firebase Remote Config"
  13. ],
  14. "author": {
  15. "name": "Google LLC",
  16. "url": "https://firebase.google.com/docs/remote-config/use-config-unity"
  17. },
  18. "description": "Customize your game on the fly.\n\nRemote Config lets you dynamically change the behavior and appearance of your game right from the Firebase console so you can deliver personalized experiences to players - without waiting for app store approval.",
  19. "unity": "2020.1",
  20. "dependencies": {
  21. "com.google.firebase.app": "13.5.0"
  22. }
  23. }