-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
18 lines (18 loc) · 640 Bytes
/
package.json
File metadata and controls
18 lines (18 loc) · 640 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "games.carter.notiondata",
"version": "0.7.1",
"displayName": "Notion Data",
"description": "A tool to download Notion databases into a Unity scriptable object for use in Unity projects. Handy for game data such as items, localization, skills and more!",
"unity": "2020.3",
"unityRelease": "0f1",
"documentationUrl": "https://carter.games/",
"licensesUrl": "https://github.com/CarterGames/NotionToUnity/blob/main/LICENSE",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "2.0.0"
},
"author": {
"name": "Carter Games",
"email": "hello@carter.games",
"url": "https://carter.games"
}
}