-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 760 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 760 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
{
"name": "friflo.friflo-ecs-unity",
"version": "1.0.0",
"displayName": "friflo ECS - Unity",
"description": "friflo ECS - Extension for Unity",
"unity": "2022.3",
"documentationUrl": "https://github.com/friflo/friflo-ecs-unity",
"licensesUrl": "https://github.com/friflo/friflo-ecs-unity/blob/main/LICENSE",
"dependencies": { },
"repository": {
"type": "git",
"url": "https://github.com/friflo/friflo-ecs-unity.git"
},
"keywords": [
"friflo",
"ecs",
"entity-component-system"
],
"samples": [
{
"displayName": "ECS Examples",
"description": "Contains common ECS example systems",
"path": "Samples~/Example"
}
]
}