-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 810 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 810 Bytes
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
{
"name": "com.halfhumangames.messages",
"version": "1.0.1",
"displayName": "HHG - Messages",
"description": "A messaging library for Unity",
"unity": "2020.3",
"unityRelease": "6f1",
"documentationUrl": "https://github.com/HalfHumanGames/HHG.Messages/blob/main/README.md",
"changelogUrl": "https://github.com/HalfHumanGames/HHG.Messages/blob/main/CHANGELOG.md",
"licensesUrl": "https://github.com/HalfHumanGames/HHG.Messages/blob/main/LICENSE",
"keywords": [
"Message",
"Messages",
"Publish",
"Subscribe",
"Signal",
"Signals",
"Event",
"Events"
],
"author": {
"name": "Half Human Games",
"email": "contact@halfhumangames.com",
"url": "https://github.com/HalfHumanGames"
},
"dependencies": {
"com.halfhumangames.common": "1.0.1"
}
}