This repository was archived by the owner on Jul 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.45 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.45 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "syadeu.coresystem",
"version": "2.0.3",
"displayName": "Syadeu CoreSystem",
"description": "Syadeu CoreSystem Package.",
"unity": "2020.3",
"unityRelease": "14f1",
"dependencies": {
"com.unity.burst": "1.7.0",
"com.unity.jobs": "0.50.0-preview.8",
"com.unity.mathematics": "1.2.5",
"com.unity.addressables": "1.19.19",
"com.unity.inputsystem": "1.2.0",
"com.unity.nuget.newtonsoft-json": "2.0.2",
"com.unity.test-framework": "1.1.27",
"com.unity.nuget.mono-cecil": "1.10.2",
"com.unity.cinemachine": "2.8.2",
"com.unity.ui": "1.0.0-preview.18",
"com.unity.ui.builder": "1.0.0-preview.18",
"com.unity.vectorgraphics": "2.0.0-preview.18"
},
"optionalDependencies": {
"com.alelievr.NodeGraphProcessor": "https://github.com/Syadeu/NodeGraphProcessor.git#upm",
"com.unity.platforms.windows": "0.10.0-preview.10",
"com.unity.platforms.android": "0.10.0-preview.10",
"com.unity.platforms.ios": "0.10.0-preview.10",
"com.unity.platforms.linux": "0.10.0-preview.10",
"com.unity.platforms.macos": "0.10.0-preview.10",
"com.unity.platforms.web": "0.10.0-preview.10"
},
"keywords": [
"syadeu",
"background",
"thread",
"system",
"ecs"
],
"author": {
"name": "Syadeu",
"email": "syadeu@gmail.com"
},
"repository": {
"url": "https://github.com/Syadeu/CoreSystem.git",
"type": "git",
"revision": "4c5f79d26983d3a9cc714474a979ee5fc7629080"
}
}