-
-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 780 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 780 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
26
{
"category": "PostProcessing/StochasticReflections",
"description": "Compute Stochastic Screen Space Reflections",
"keywords": [
"post-processing",
"image-effects",
"reflections"
],
"name": "com.simeonradivoev.stochastic-reflections",
"displayName": "Stochastic Screen Space Reflections",
"repository": {
"type": "git",
"url": "git@github.com:simeonradivoev/ComputeStochasticReflections.git"
},
"unity": "2018.2",
"version": "1.0.1",
"dependencies": {
"com.unity.postprocessing": "2.1.7"
},
"author": {
"name": "Simeon Radivoev",
"email": "simeonradivoev@gmail.com",
"url": "https://simeonradivoev.com"
},
"publishConfig": { "registry": "https://npm.pkg.github.com/@simeonradivoev" }
}