-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
32 lines (32 loc) · 998 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
{
"name": "com.sator-imaging.alt-source-generator",
"displayName": "Alternative Source Generator for Unity",
"version": "3.0.1",
"unity": "2021.3",
"description": "Ease-of-Use Source Generator Alternative for Unity.",
"author": {
"name": "Sator Imaging",
"url": "https://twitter.com/sator_imaging"
},
"category": "Source Generator",
"keywords": [
"Unity",
"Source",
"Generator",
"Alternative",
"Scripting",
"Asset",
"Postprocessor"
],
"dependencies": {
"com.unity.modules.uielements": "1.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/sator-imaging/Unity-AltSourceGenerator.git"
},
"url": "https://github.com/sator-imaging/Unity-AltSourceGenerator.git",
"documentationUrl": "https://github.com/sator-imaging/Unity-AltSourceGenerator",
"changelogUrl": "https://github.com/sator-imaging/Unity-AltSourceGenerator",
"licensesUrl": "https://www.sator-imaging.com/"
}