-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 991 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 991 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
29
30
{
"name": "com.rimurudev.abyssmoth-node-framework",
"version": "3.1.2",
"displayName": "AbyssMoth Node Framework",
"description": "A scene-driven node framework for fast Unity Android development with SceneConnector -> LocalConnector -> ConnectorNode lifecycle control, DI container support, ECS-style indexing, and editor tooling for small teams.",
"unity": "2023.3",
"unityRelease": "0f1",
"documentationUrl": "https://github.com/RimuruDev/AbyssMothNodeFramework/wiki",
"changelogUrl": "https://github.com/RimuruDev/AbyssMothNodeFramework/releases",
"licensesUrl": "https://github.com/RimuruDev/AbyssMothNodeFramework/blob/main/LICENSE",
"keywords": [
"unity",
"framework",
"nodes",
"ecs",
"android",
"rimurudev",
"abyssmoth",
"connector",
"entity",
"prefabs",
"editor-tools"
],
"author": {
"name": "RimuruDev",
"email": "rimuru.dev@gmail.com",
"url": "https://github.com/RimuruDev"
},
"license": "MIT"
}