-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 826 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
32
33
34
{
"name": "com.me.ecs.collections.dataobject",
"version": "1.0.0",
"displayName": "ME.ECS DataObject Collections",
"description": "ME.ECS DataObject Collections Package.",
"unity": "2020.3",
"dependencies": {
"com.unity.collections": "1.0.0-pre.6",
"com.unity.ui": "1.0.0-preview.18",
"com.unity.addressables": "1.19.9",
"com.unity.burst": "1.5.6",
"com.unity.mathematics": "1.2.1",
"com.unity.localization": "1.0.5",
"com.unity.profiling.core": "1.0.0"
},
"scopedRegistries": [
{
"name": "General",
"url": "https://github.com/chromealex/ecs-submodule.git",
"scopes": [
"com.me.ecs"
]
}
],
"keywords": [
"ecs",
"determinism",
"framework"
],
"author": {
"name": "Alex Silaev",
"email": "chrome.alex@gmail.com"
}
}