-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.13 KB
/
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
{
"name": "games.corundum.stateless-for-unity",
"displayName": "Stateless For Unity",
"version": "5.11.3",
"unity": "2021.1",
"optionalDependencies": {
"com.cysharp.unitask": "2.2.5"
},
"description": "A Unity port of Stateless that uses UniTask instead of standard TAP classes.",
"keywords": [
"state machine",
"fsm",
"automata",
"finite state machine",
"state",
"UniTask"
],
"license": "Apache-2.0",
"author": {
"name": "Jesse Talavera-Greenberg",
"email": "[email protected]",
"url": "https://corundum.games"
},
"repository": "https://github.com/CorundumGames/Stateless-For-Unity",
"homepage": "https://github.com/CorundumGames/Stateless-For-Unity",
"documentationUrl": "https://corundumgames.github.io/Stateless-For-Unity",
"devDependencies": {
"semantic-release": "^19.0.2",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/npm": "^9.0.1",
"@semantic-release/github": "^8.0.2",
"minimist": ">=1.2.6",
"com.unity.test-framework": "1.1.31"
}
}