package.json 668 B

1234567891011121314151617181920212223
  1. {
  2. "name": "com.unity.analytics",
  3. "version": "3.6.12",
  4. "unity": "2019.3",
  5. "displayName": "Analytics Library",
  6. "description": "The Unity Analytics Library contains the Analytics Event Tracker component, the Data Privacy plug-in, and the Standard Events API.",
  7. "keywords": [
  8. "analytics",
  9. "unity"
  10. ],
  11. "readme": "Unity Analytics",
  12. "dependencies": {
  13. "com.unity.ugui": "1.0.0"
  14. },
  15. "upmCi": {
  16. "footprint": "7e13bf325c7279fa159605952b3ed0599c28cc24"
  17. },
  18. "repository": {
  19. "url": "https://github.cds.internal.unity3d.com/unity/com.unity.analytics.git",
  20. "type": "git",
  21. "revision": "16fe75b69f168b066926595ade9b0473c3b32c5f"
  22. }
  23. }