forked from mikolalysenko/laplacian-deformation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·43 lines (43 loc) · 1.16 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
{
"name": "laplacian-deformation",
"version": "3.0.0",
"description": "Laplacian mesh deformation",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"budo": "^10.0.4",
"tape": "^4.7.0",
"angle-normals": "^1.0.0",
"canvas-fit": "^1.5.0",
"canvas-orbit-camera": "^1.0.2",
"control-panel": "^1.2.0",
"gl-camera-pos-from-view-matrix": "^1.0.1",
"gl-mat4": "^1.1.4",
"gl-vec3": "^1.0.3",
"mouse-position": "^2.0.1",
"ray-triangle-intersection": "^1.0.3",
"regl": "^1.3.0",
"regl-camera": "^2.1.1"
},
"scripts": {
"test": "tape test/*.js",
"start": "budo --live --open demo/vis.js",
"minimal": "budo --live --open minimal/minimal.js",
"test2": "node test/translate.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mikolalysenko/laplacian-deformation.git"
},
"keywords": [
"mesh",
"deformation",
"Laplacian"
],
"author": "Mikola Lysenko, Eric Arneback",
"license": "MIT",
"bugs": {
"url": "https://github.com/mikolalysenko/laplacian-deformation/issues"
},
"homepage": "https://github.com/mikolalysenko/laplacian-deformation#readme"
}