-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
42 lines (42 loc) · 903 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
31
32
33
34
35
36
37
38
39
40
41
42
{
"displayName": "UniToolkit",
"category": "Unity",
"description": "Serialization, security and utility toolbox",
"author": {
"name": "Pedro Duran",
"url": "https://github.com/pedro15"
},
"keywords": [
"Utility",
"serialization",
"encryption",
"security",
"protection",
"singleton"
],
"name": "com.github.pedro15.unitoolkit",
"samples": [
{
"displayName": "Safe PlayerPrefs",
"path": "Samples~/1 - SafePlayerPrefs"
},
{
"displayName": "Safe Structs",
"path": "Samples~/2 - Safestructs"
},
{
"displayName": "Serialization",
"path": "Samples~/3 - Serialization"
},
{
"displayName": "Singleton",
"path": "Samples~/4 - Singleton"
}
],
"repository": {
"type": "git",
"url": "https://github.com/pedro15/UniToolKit.git"
},
"unity": "2017.4",
"version": "1.0.7"
}