-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 800 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 800 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "com.mobiledgex.sdk",
"version": "3.0.0",
"displayName": "MobiledgeX",
"description": "The MobiledgeX Unity SDK enables an application to register and then locate the nearest edge cloudlet backend server for use. The SDK also allows verification of a device's location for all location-specific tasks. Because these APIs involve networking, most functions will run asynchronously, and in a background thread.",
"unity": "2019.1",
"keywords": [
"mobiledgex",
"edge",
"network",
"networking"
],
"category": "Networking",
"repository": {
"type": "git",
"url": "https://github.com/mobiledgex/edge-cloud-sdk-unity.git"
},
"author": {
"name": "MobiledgeX, Inc.",
"email": "unity@mobiledgex.com",
"url": "https://www.mobiledgex.com"
}
}