-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
104 lines (104 loc) · 2.46 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "regl-examples",
"version": "1.0.0",
"description": "examples for the functional webgl framework regl",
"main": "index.js",
"directories": {
"example": "example"
},
"dependencies": {
"regl": "^1.1.1"
},
"devDependencies": {
"angle-normals": "^1.0.0",
"baboon-image": "^2.0.0",
"bl": "^1.1.2",
"browserify": "^13.0.0",
"budo": "^8.1.0",
"bunny": "^1.0.1",
"canvas-fit": "^1.5.0",
"canvas-orbit-camera": "^1.0.2",
"control-panel": "^1.2.0",
"conway-hart": "^0.1.0",
"deglob": "^1.1.1",
"dependency-check": "^2.6.0",
"disc": "^1.3.2",
"falafel": "^1.2.0",
"faucet": "0.0.1",
"fuse-vertices": "^0.1.2",
"geo-3d-transform-mat4": "^1.0.0",
"getusermedia": "^1.3.7",
"git-commits": "^1.2.0",
"git-parse-commit": "^1.0.0",
"gl": "^4.0.1",
"gl-mat4": "^1.1.4",
"gl-vec2": "^1.0.0",
"gl-vec3": "^1.0.3",
"glob": "^7.0.3",
"google-closure-compiler": "^20160315.2.0",
"hsv2rgb": "^1.1.0",
"indexhtmlify": "^1.2.1",
"install": "^0.8.1",
"istanbul": "^0.4.3",
"mkdirp": "^0.5.1",
"mouse-change": "^1.3.0",
"mouse-position": "^2.0.1",
"mouse-pressed": "^1.0.0",
"mouse-wheel": "^1.2.0",
"ncp": "^2.0.0",
"parse-dds": "^1.2.1",
"present": "^1.0.0",
"primitive-sphere": "^2.0.0",
"regl-stats-widget": "0.0.1",
"remark": "^5.0.1",
"remark-cli": "^1.0.0",
"remark-lint": "^4.1.0",
"remark-toc": "^3.1.0",
"remark-validate-links": "^4.1.0",
"resl": "^1.0.0",
"runscript": "^1.1.0",
"seedrandom": "^2.4.2",
"snazzy": "^3.0.0",
"standard": "^6.0.7",
"tape": "^4.4.0",
"teapot": "^1.0.0",
"three": "^0.79.0",
"through2": "^2.0.1",
"vectorize-text": "^3.0.2",
"vertices-bounding-box": "^1.0.0"
},
"scripts": {
"build-gallery": "node bin/build-gallery.js",
"build-compare": "node bin/build-compare.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/freeman-lab/regl-examples.git"
},
"keywords": [
"webgl",
"stackgl",
"regl",
"gl",
"graphics",
"computer graphics",
"opengl",
"glsl",
"data",
"flow",
"reactive",
"functional"
],
"author": "Mikola Lysenko",
"license": "MIT",
"bugs": {
"url": "https://github.com/freeman-lab/regl-examples/issues"
},
"standard": {
"ignore": [
"dist/*",
"www/*"
]
},
"homepage": "https://mikolalysenko.github.io/regl"
}