-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 830 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 830 Bytes
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
{
"name": "com.macawls.oceanfsm",
"version": "1.2.2",
"displayName": "Ocean FSM",
"description": "A code-only, simple and easy to use Finite State Machine for your Unity Projects",
"unity": "2019.1",
"documentationUrl": "https://github.com/Macawls/OceanFSM#readme",
"author": {
"name": "Macawls",
"email": "josh@macawls.dev",
"url": "https://macawls.dev/"
},
"samples": [
{
"displayName": "Door and Player FSM",
"description": "A door and player fsm that interact with each other",
"path": "Samples/PlayerFSM"
}
],
"devDependencies": {
"cz-conventional-changelog": "^3.3.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}