-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 953 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
{
"name": "com.ash-dvlpr.cinder-utils",
"version": "1.3.4",
"unity": "2022.1",
"displayName": "Cinder Utils",
"description": "Collection of tools I made while working on Unity projects, bundled up in a package.",
"author": {
"name": "Ash Dev",
"email": "4sh.dvlpr@gmail.com",
"url": "https://github.com/ash-dvlpr"
},
"keywords": [
"Utilities",
"Utils",
"EventBus",
"Event Bus",
"ServiceLocator",
"Service Locator"
],
"dependencies": {
"com.coffee.upm-git-extension": "git://github.com/mob-sakai/UpmGitExtension.git"
},
"samples": [
{
"displayName": "Basic Examples",
"description": "Contains some Assets that make use of the package's basic utilites.",
"path": "Samples~/General"
},
{
"displayName": "EventBus Examples",
"description": "Contains some Assets with usage examples of the EventBus system.",
"path": "Samples~/Events"
}
]
}