-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 698 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 698 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
{
"name": "www.nulltale.gradientmap",
"displayName": "GradientMap",
"version": "1.1.0",
"unity": "2022.1",
"description": "GradientMap post processing for unity Urp",
"documentationUrl": "https://github.com/NullTale/GradientMapFilter",
"licensesUrl": "https://github.com/NullTale/GradientMapFilter/blob/master/LICENSE.md",
"author": {
"name": "NullTale",
"email": "nulltale@gmail.com",
"url": "https://twitter.com/NullTale"
},
"dependencies": {
"com.unity.render-pipelines.universal": "14.0.6"
},
"hideInEditor": false,
"samples": [
{
"displayName": "Sample Scene",
"description": "",
"path": "Samples~"
}
]
}