package.json 732 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "com.unity.connect.share",
  3. "displayName": "WebGL Publisher",
  4. "version": "4.2.3",
  5. "unity": "2019.3",
  6. "description": "This tool allows you to make a WebGL build of your current project and upload it to Unity's website, where it can be shared with others.",
  7. "keywords": [
  8. "webgl",
  9. "share",
  10. "connect"
  11. ],
  12. "dependencies": {
  13. "com.unity.editorcoroutines": "1.0.0",
  14. "com.unity.settings-manager": "1.0.2"
  15. },
  16. "type": "tool",
  17. "upmCi": {
  18. "footprint": "fe62384420bac1b8e79388619c7e68b2d0206892"
  19. },
  20. "repository": {
  21. "url": "https://github.cds.internal.unity3d.com/unity/com.unity.connect.share.git",
  22. "type": "git",
  23. "revision": "9a66a825d48494378f81fc94289eddd505df1c40"
  24. }
  25. }