-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.16 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.16 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
38
39
{
"name": "com.aarthificial.typewriter",
"displayName": "Typewriter",
"version": "1.3.0",
"unity": "2021.1",
"description": "A tool for creating context-aware dialogue systems in Unity.",
"keywords": [
"unity",
"dialogue-systems",
"utility"
],
"homepage": "https://typewriter.aarthificial.com",
"bugs": {
"url": "https://github.com/aarthificial-gamedev/typewriter/issues"
},
"peerDependencies": {
"com.unity.localization": "1.0.0"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/aarthificial-gamedev/typewriter.git"
},
"license": "MIT",
"licensesUrl": "https://github.com/aarthificial-gamedev/typewriter/blob/main/LICENSE",
"documentationUrl": "https://typewriter.aarthificial.com",
"changelogUrl": "https://github.com/aarthificial-gamedev/typewriter/blob/main/CHANGELOG.md",
"author": {
"name": "aarthificial",
"email": "contact@aarthificial.com",
"url": "https://aarthificial.com"
},
"samples": [
{
"displayName": "Visual Novel",
"description": "Shows how to implement a simple visual-novel-esque dialogue system.",
"path": "Samples~/VisualNovel"
}
]
}