-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 924 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
{
"name": "com.alexiush.dicer",
"displayName": "Dicer",
"version": "0.1.0",
"description": "Utility for procedural generation of fair dice of any size and their management",
"unity": "2022.3",
"unityRelease": "5f1",
"licensesUrl": "https://github.com/Alexiush/Dicer/blob/main/LICENSE.md",
"dependencies": {
"com.unity.2d.sprite": "1.0.0"
},
"keywords": [
"ProceduralGeneration",
"Dice"
],
"author": {
"name": "Alexiush",
"email": "streltsov2609@gmail.com",
"url": "https://github.com/Alexiush"
},
"samples": [
{
"displayName": "UI dice",
"description": "Example on how die generation and die rendering features of Dicer can be used to display dice in UI",
"path": "Samples~/UI"
},
{
"displayName": "Worldspace dice",
"description": "Example on interactive dice created with Dicer",
"path": "Samples~/Worldspace"
}
]
}