package.json 569 B

1234567891011121314
  1. {
  2. "name": "com.taptap.tds.bootstrap",
  3. "displayName": "TapTap Bootstrap",
  4. "description": "TapTap Develop Service",
  5. "version": "3.10.0",
  6. "unity": "2018.3",
  7. "license": "MIT",
  8. "dependencies": {
  9. "com.taptap.tds.common": "https://github.com/TapTap/TapCommon-Unity.git#3.9.0",
  10. "com.taptap.tds.login": "https://github.com/TapTap/TapLogin-Unity.git#3.9.0",
  11. "com.leancloud.realtime": "https://github.com/leancloud/csharp-sdk-upm.git#realtime-0.10.11",
  12. "com.leancloud.storage": "https://github.com/leancloud/csharp-sdk-upm.git#storage-0.10.11"
  13. }
  14. }