-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 651 Bytes
/
package.json
File metadata and controls
21 lines (21 loc) · 651 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "games.carter.notiondata",
"version": "0.8.0",
"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",
"licensesUrl": "https://github.com/CarterGames/NotionToUnity/blob/main/LICENSE",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "3.0.0"
},
"keywords": [
"notion",
"scriptable objects"
],
"author": {
"name": "Carter Games",
"email": "hello@carter.games",
"url": "https://carter.games"
}
}