-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 716 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 716 Bytes
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
{
"name": "com.10101software.dots.hybridsimulation",
"displayName": "DOTS Hybrid Simulation Worlds",
"description": "A framework for using FixedUpdate in a simulation world which is linked to a GameObject-based presentation layer.",
"version": "1.4.0",
"unity": "2022.3",
"dependencies": {
"com.unity.entities": "1.4.3"
},
"repository": {
"type": "git",
"url": "https://github.com/tbg10101/DOTS-Hybrid-Simulation-Worlds.git"
},
"keywords": [
"10101",
"dots",
"hybrid",
"sim",
"simulation",
"entities"
],
"author": {
"name": "10101 Software",
"email": "10101software@gmail.com",
"url": "https://www.10101software.com/"
},
"type": "library"
}