-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.06 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "three-effects",
"version": "0.1.0",
"description": "Post processing and entity component systems for Threejs",
"main": "./dist/three-effects.js",
"module": "./dist/three-effects.module.js",
"scripts": {
"dist": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SamsungInternet/three-effects.git"
},
"keywords": [
"webgl",
"grading",
"postprocessing",
"effect",
"bloom",
"outline",
"sobel",
"freichen",
"edge",
"colors",
"ssao",
"ambient",
"depth",
"occlusion",
"fxaa",
"antialiasing",
"godrays",
"sunshafts",
"three",
"threejs",
"uber",
"shader",
"grain",
"film"
],
"author": "Yannis Gravezas <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/SamsungInternet/three-effects/issues"
},
"homepage": "https://github.com/SamsungInternet/three-effects#readme",
"devDependencies": {
"three": "^0.109.0",
"rollup": "^1.23.1",
"rollup-plugin-node-resolve": "^5.2.0"
}
}