-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
47 lines (47 loc) · 1.25 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
{
"name": "regl-tutorial",
"version": "1.0.0",
"description": "Tutorials for regl",
"main": "index.js",
"dependencies": {
"angle-normals": "^1.0.0",
"cdt2d": "^1.0.0",
"clean-pslg": "^1.1.0",
"drmark": "^1.2.1",
"es2020": "^1.1.9",
"get-pixels": "^3.3.0",
"gl-mat4": "^1.1.4",
"glob": "^7.0.6",
"globber": "^0.1.2",
"katex": "^0.6.0",
"loop-subdivide": "^1.0.0",
"multi-regl": "^1.0.0",
"multi-regl-transform": "^1.2.0",
"neocities": "0.0.3",
"prompt": "^1.0.0",
"refine-mesh": "^1.0.1",
"regl": "^1.2.1",
"simplicial-complex": "^1.0.0",
"simplicial-complex-boundary": "^1.0.1",
"simplify-planar-graph": "^2.0.1",
"surface-nets": "^1.0.2",
"uglifyify": "^3.0.3",
"vectorize-text": "^3.0.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "make",
"publish": "node ./bin/build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mikolalysenko/regl-tutorial.git"
},
"author": "Mikola Lysenko",
"license": "MIT",
"bugs": {
"url": "https://github.com/mikolalysenko/regl-tutorial/issues"
},
"homepage": "https://github.com/mikolalysenko/regl-tutorial#readme"
}