-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 908 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 908 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
30
31
32
{
"name": "ayellowpaper.serialized-dictionary",
"version": "1.0.0",
"displayName": "Serialized Dictionary",
"unity": "2021.3",
"description": "Serialized Dictionary enables you to serialize dictionaries, including a very easy to use, native-feeling editor, search, duplicate keys in editor for testing and debugging and much more.",
"category": "Libraries",
"samples": [
{
"displayName": "Serialized Dictionary Usage",
"description": "A brief introduction for how to use a serialized dictionary",
"path": "Samples~/Usage"
}
],
"keywords": [
"tools",
"editor",
"dictionary",
"serialized",
"serialization",
"serializable",
"inspector",
"workflow",
"tool"
],
"author": {
"name": "ayellowpaper",
"url": "https://github.com/ayellowpaper"
},
"license": "MIT",
"hideInEditor": false
}