-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 1.02 KB
/
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
{
"name": "kr.seonghwan.shader-almighty",
"version": "0.0.3",
"displayName": "Shader Almighty",
"description": "This package helps to modify properties of materials and shader.",
"unity": "2021.1",
"unityRelease": "0f1",
"documentationUrl": "https://github.com/seonghwan-dev/shader-almighty/wiki",
"changelogUrl": "https://github.com/seonghwan-dev/shader-almighty/blob/main/CHANGELOG.md",
"licenseUrl": "https://github.com/seonghwan-dev/shader-almighty/blob/main/LICENSE",
"licenses": "MIT",
"dependencies": {
"aaubry.yaml-dotnet": "11.2.1-a"
},
"author": {
"name": "Seonghwan",
"email": "[email protected]",
"url": "https://github.com/seonghwan-dev"
},
"unity": "2019.3",
"homepage": "https://github.com/seonghwan-dev/shader-almighty",
"bugs": {
"url": "https://github.com/seonghwan-dev/shader-almighty/issues"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]:seonghwan-dev/shader-almighty.git"
},
"license":"MIT",
"keywords": [
"utility",
"unity"
]
}