-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 760 Bytes
/
package.json
File metadata and controls
28 lines (28 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
27
28
{
"name": "com.solidalloy.generic-scriptable-architecture",
"version": "1.4.1",
"displayName": "Generic ScriptableObject Architecture",
"description": "ScriptableObject architecture with small, easy-to-expand codebase, and simple UI.",
"dependencies": {
"com.solidalloy.util": "1.40.0",
"com.solidalloy.generic-unity-objects": "2.17.1",
"com.solidalloy.type-references": "2.16.0",
"com.unity.settings-manager": "1.0.3",
"com.solidalloy.extevents": "1.7.0"
},
"keywords": [
"scriptable",
"event",
"ScriptableObject",
"architecture",
"tool",
"UnityEvent",
"generic"
],
"author": {
"name": "SolidAlloy",
"url": "https://github.com/SolidAlloy/"
},
"type": "tool",
"unity": "2020.2"
}