package.json 725 B

12345678910111213141516171819202122
  1. {
  2. "name": "com.unity.editorcoroutines",
  3. "displayName": "Editor Coroutines",
  4. "version": "1.0.0",
  5. "unity": "2018.1",
  6. "description": "The editor coroutines package allows developers to start constructs similar to Unity's monobehaviour based coroutines within the editor using abitrary objects. ",
  7. "keywords": [
  8. "coroutine",
  9. "coroutines",
  10. "editor"
  11. ],
  12. "dependencies": {},
  13. "relatedPackages": {
  14. "com.unity.editorcoroutines.tests": "1.0.0"
  15. },
  16. "repository": {
  17. "footprint": "91e3fb8c8cff373235a5ba68d1a9cabd02080f3e",
  18. "type": "git",
  19. "url": "https://github.cds.internal.unity3d.com/unity/com.unity.editorcoroutines.git",
  20. "revision": "f67fc9992bbc7a553b17375de53a8b2db136528e"
  21. }
  22. }