csharp-sdk-upm/package.json

18 lines
534 B
JSON
Raw Permalink Normal View History

2023-06-15 09:33:30 +08:00
{
"name": "com.leancloud.play",
"version": "1.0.8",
"displayName": "LeanCloud Play",
"description": "This is leancloud Play package",
"unity": "2019.1",
"dependencies": {
"com.leancloud.storage": "https://github.com/leancloud/csharp-sdk-upm.git#storage-1.0.8",
"com.leancloud.realtime": "https://github.com/leancloud/csharp-sdk-upm.git#realtime-1.0.8"
},
"keywords": ["LeanCloud", "Play"],
"author": {
"name": "LeanCloud",
"email": "support@leancloud.rocks",
"url": "https://leancloud.cn/"
}
}