csharp-sdk-upm/package.json

18 lines
552 B
JSON
Raw Normal View History

2023-10-18 16:46:08 +08:00
{
"name": "com.leancloud.play",
"version": "2.2.2-dev.2",
"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-2.2.2-dev.2",
"com.leancloud.realtime": "https://github.com/leancloud/csharp-sdk-upm.git#realtime-2.2.2-dev.2"
},
"keywords": ["LeanCloud", "Play"],
"author": {
"name": "LeanCloud",
"email": "support@leancloud.rocks",
"url": "https://leancloud.cn/"
}
}