package.json 644 B

12345678910111213141516171819
  1. {
  2. "name": "com.unity.ide.rider",
  3. "displayName": "Rider Editor",
  4. "description": "Code editor integration for supporting Rider as code editor for unity. Adds support for generating csproj files for code completion, auto discovery of installations, etc.",
  5. "version": "1.1.4",
  6. "unity": "2019.2",
  7. "unityRelease": "0a12",
  8. "dependencies": {
  9. "com.unity.test-framework": "1.1.1"
  10. },
  11. "relatedPackages": {
  12. "com.unity.ide.rider.tests": "1.1.4"
  13. },
  14. "repository": {
  15. "type": "git",
  16. "url": "git@github.cds.internal.unity3d.com:unity/com.unity.ide.rider.git",
  17. "revision": "d2ef95989104a4ce866cdcb7f94cf3c67476fcc9"
  18. }
  19. }