package.json 594 B

123456789101112131415161718
  1. {
  2. "name": "com.unity.subsystemregistration",
  3. "displayName": "Subsystem Registration",
  4. "version": "1.0.6",
  5. "unity": "2018.3",
  6. "description": "Provides internal registration mechanism for standalone subsystems. It allows a standalone subsystem to inform the Subsystem Manager of its existence.",
  7. "keywords": [
  8. "subsystem",
  9. "registration",
  10. "internal"
  11. ],
  12. "dependencies": {},
  13. "repository": {
  14. "type": "git",
  15. "url": "git@github.cds.internal.unity3d.com:unity/com.unity.subsystemregistration.git",
  16. "revision": "0b4157c6c0a160c51e74ead305aee77e6f29527d"
  17. }
  18. }