-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 959 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "com.halfhumangames.common",
"version": "1.0.0",
"displayName": "HHG - Common",
"description": "Common dependencies for our Unity packages",
"unity": "2020.3",
"unityRelease": "6f1",
"documentationUrl": "https://github.com/HalfHumanGames/HHG.Common/blob/main/README.md",
"changelogUrl": "https://github.com/HalfHumanGames/HHG.Common/blob/main/CHANGELOG.md",
"licensesUrl": "https://github.com/HalfHumanGames/HHG.Common/blob/main/LICENSE",
"keywords": [
"Common",
"Shared",
"Utility",
"Library"
],
"author": {
"name": "Half Human Games",
"email": "contact@halfhumangames.com",
"url": "https://github.com/HalfHumanGames"
},
"dependencies": {
"com.unity.addressables": "1.21.20",
"com.unity.mathematics": "1.2.6",
"com.unity.textmeshpro": "3.0.8",
"com.unity.splines": "2.4.0",
"com.unity.inputsystem": "1.8.1",
"com.mackysoft.serializereference-extensions": "1.4.0"
}
}