-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 879 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
43
44
45
{
"name": "com.slax.schedulemaster",
"version": "0.7.0",
"displayName": "Schedule Master",
"description": "A Time Manager & Schedule Event Manager",
"unity": "2021.3",
"keywords": [
"Time",
"Calendar",
"Events",
"Slax"
],
"author": {
"url": "https://github.com/FelixBole",
"name": "Felix Bole",
"email": "[email protected]"
},
"dependencies": {
"com.unity.textmeshpro": "^3.0.6"
},
"files": [
"Documentation/**",
"Documentation.meta",
"Editor/**",
"Editor.meta",
"Runtime/**",
"Runtime.meta",
"Samples/**",
"Samples.meta",
"CHANGELOG.md",
"CHANGELOG.md.meta",
"LICENSE.md",
"LICENSE.md.meta",
"README.md",
"README.md.meta",
"package.json.meta"
],
"samples": [
{
"displayName": "Demo assets",
"description": "Sample Scene, Prefabs and Schedule Events configuration",
"path": "Samples/DemoContent"
}
]
}