-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 862 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
35
36
37
{
"name": "com.me.ecs.essentials.input",
"version": "1.0.1",
"displayName": "ME.ECS Essentials Input",
"description": "ME.ECS Essentials Input Package.",
"unity": "2020.3",
"ecsdependencies": [
"com.me.ecs.markers"
],
"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"
}
}