-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 699 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 699 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
{
"name": "com.zigurous.shaders.standard",
"version": "1.2.0",
"displayName": "Standard Shaders",
"description": "The Standard Shaders package contains general-purpose shaders for Unity projects. The package contains over 25 shaders of varying types that can be used in virtually any project.",
"unity": "2019.4",
"repository": "https://github.com/zigurous/unity-standard-shaders",
"keywords": [
"shaders",
"surface",
"vertex",
"fragment",
"standard",
"unlit"
],
"publishConfig": {
"registry": "https://npm.pkg.github.com/@zigurous"
},
"author": {
"name": "Zigurous",
"email": "support@zigurous.com",
"url": "https://zigurous.com"
}
}