-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 863 Bytes
/
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
{
"name": "com.frokongames.gamework.modules.scene",
"version": "0.0.1",
"displayName": "Game:Work Scene Module",
"decription": "Scene loading management module.",
"references": [ ],
"unity": "2020.3",
"unityRelease": "26f1",
"optionalUnityReferences": [],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"dependencies": { },
"keywords": [ "unity", "gamedev", "framework", "game development", "gamework", "module" ],
"category": "Unity",
"repository":
{
"type": "git",
"url": "git+https://github.com/FronkonGames/GameWork-Scene-Module.git"
},
"author":
{
"name": "Martin Bustos",
"email": "[email protected]",
"url": "https://fronkongames.github.io/"
}
}