package.json 733 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "com.unity.2d.common",
  3. "displayName": "2D Common",
  4. "version": "4.1.0",
  5. "unity": "2020.3",
  6. "unityRelease": "25f1",
  7. "description": "2D Common is a package that contains shared functionalities that are used by most of the other 2D packages.",
  8. "keywords": [
  9. "2d"
  10. ],
  11. "category": "2D",
  12. "dependencies": {
  13. "com.unity.2d.sprite": "1.0.0",
  14. "com.unity.modules.uielements": "1.0.0"
  15. },
  16. "relatedPackages": {
  17. "com.unity.2d.common.tests": "4.1.0"
  18. },
  19. "upmCi": {
  20. "footprint": "7e88e056407af1ca7ac07ab2dd8da15430d37eaf"
  21. },
  22. "repository": {
  23. "url": "https://github.cds.internal.unity3d.com/unity/2d.git",
  24. "type": "git",
  25. "revision": "e1ff2896b994f5eb1cc6bec519c643b3e2cd32ec"
  26. }
  27. }