-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 1.04 KB
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
31
32
{
"name": "com.strodio.serializable-dictionary",
"version": "0.2.0",
"displayName": "Serializable Dictionary",
"description": "Serializable Dictionary, HashSet and KeyValuePair implementations with custom Unity Inspector drawers.",
"unity": "2022.3",
"license": "MIT",
"licensesUrl": "https://github.com/StromKuo/SerializableDictionary/blob/master/LICENSE",
"documentationUrl": "https://github.com/StromKuo/SerializableDictionary/blob/master/Documentation~/index.md",
"changelogUrl": "https://github.com/StromKuo/SerializableDictionary/blob/master/CHANGELOG.md",
"keywords": [
"serialization",
"dictionary",
"hashset",
"inspector"
],
"repository": {
"type": "git",
"url": "https://github.com/StromKuo/SerializableDictionary.git"
},
"author": {
"name": "Strom",
"url": "https://github.com/StromKuo"
},
"samples": [
{
"displayName": "Basic Usage",
"description": "Dictionary, HashSet and KeyValuePair fields displayed in the Inspector.",
"path": "Samples~/Basic Usage"
}
]
}