-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.37 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
38
39
40
{
"name": "com.perell.artemis",
"version": "0.2.5",
"displayName": "Artemis",
"description": "Narrative programming package that accesses rules and world-state data to give the most appropriate and important delivery. May your aim be true.",
"unity": "2021.2",
"keywords": [
"narrative",
"tool",
"pipeline",
"bark system",
"priority queue"
],
"author": {
"name": "Nicholas Perell",
"email": "[email protected]",
"url": "http://www.nicholasperell.com/"
},
"samples": [
{
"displayName": "Initialize Package",
"description": "Contains the necessary starting data to get the program to compile.",
"path": "Samples~/Initialize Artemis Then Delete"
},
{
"displayName": "Debug Console",
"description": "Contains sample code for a simple debug logger using the Artemis system.",
"path": "Samples~/Debug Console"
},
{
"displayName": "Ink File Demonstration",
"description": "Contains sample code for Ink assets compiling to coincide with Artemis arrows.",
"path": "Samples~/Ink Example"
},
{
"displayName": "Yarn Spinner Demonstration",
"description": "Contains sample code for Yarn Project starting nodes to coincide with Artemis arrows.",
"path": "Samples~/Ink Example"
}]
}