-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (36 loc) · 1.04 KB
/
package.json
File metadata and controls
37 lines (36 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
33
34
35
36
37
{
"name": "com.nonatomic.visualstatemachine",
"version": "0.8.6-beta",
"displayName": "Nonatomic Visual StateMachine",
"description": "Visual StateMachine",
"unity": "2022.3",
"unityRelease": "1f1",
"documentationUrl": "https://github.com/PaulNonatomic/VisualStateMachine/blob/develop/Assets/Package/README.md",
"changelogUrl": "https://github.com/PaulNonatomic/VisualStateMachine/blob/develop/Assets/Package/CHANGELOG.md",
"keywords": [
"Visual",
"StateMachine"
],
"author": {
"name": "Nonatomic",
"email": "paul@nonatomic.co.uk",
"url": "https://nonatomic.co.uk/"
},
"type": "tool",
"repository": {
"type": "git",
"url": "git@github.com:PaulNonatomic/VisualStateMachine.git"
},
"samples": [
{
"displayName": "State Machine Example",
"description": "A simple state machine example",
"path": "Samples/ExampleOne"
},
{
"displayName": "State Machine Example",
"description": "A simple state machine example",
"path": "Samples/ExampleTwo"
}
]
}