TapBootstrap-Unity/package.json

14 lines
471 B
JSON
Raw Normal View History

{
2021-04-08 10:32:01 +08:00
"name": "com.taptap.tds.bootstrap",
"displayName": "TapTap Bootstrap",
"description": "TapTap Develop Service",
2021-11-09 11:31:33 +08:00
"version": "3.4.0",
"unity": "2018.3",
"license": "MIT",
"dependencies": {
2021-11-09 11:31:33 +08:00
"com.taptap.tds.common": "https://github.com/TapTap/TapCommon-Unity.git#3.4.0",
"com.taptap.tds.login": "https://github.com/TapTap/TapLogin-Unity.git#3.4.0",
2021-10-15 13:56:08 +08:00
"com.leancloud.realtime": "https://github.com/leancloud/csharp-sdk-upm.git#realtime-0.9.11"
}
}