-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
31 lines (31 loc) · 907 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.foundation",
"version": "0.0.15",
"displayName": "Game:Work Foundation",
"decription": "Architecture-agnostic code and tools to make Unity based games.",
"references": [ ],
"unity": "2022.3",
"unityRelease": "2f1",
"optionalUnityReferences": [],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"dependencies": { },
"keywords": [ "unity", "unity3d", "gamedev", "gamedevelopment", "indiedev", "framework", "game development" ],
"category": "Unity",
"repository":
{
"type": "git",
"url": "git+https://github.com/FronkonGames/GameWork-Foundation.git"
},
"author":
{
"name": "Martin Bustos",
"email": "[email protected]",
"url": "https://fronkongames.github.io/"
}
}