-
-
Notifications
You must be signed in to change notification settings - Fork 126
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 772 Bytes
/
package.json
File metadata and controls
21 lines (21 loc) · 772 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "dev.yarnspinner.unity",
"version": "3.2.2",
"displayName": "Yarn Spinner",
"description": "Yarn Spinner is the friendly tool for interactive conversations. Write your dialogue in a simple programming language that's designed to be straightforward for writers and powerful for programmers, and then attach it to your scenes to power your conversations.",
"unity": "2022.3",
"dependencies": {},
"changelogUrl": "https://docs.yarnspinner.dev/changelog",
"documentationUrl": "https://docs.yarnspinner.dev/",
"licensesUrl": "https://docs.yarnspinner.dev/branding",
"keywords": [
"Dialogue",
"Yarn"
],
"author": {
"name": "Yarn Spinner Pty Ltd",
"url": "https://yarnspinner.dev"
},
"hideInEditor": false,
"type": "tool"
}