-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
47 lines (47 loc) · 1.24 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": "threejs-grid-view",
"version": "6.6.0",
"description": "A multiview grid for threejs scenes.",
"main": "index.js",
"license": "MIT",
"author": {
"name": "Tomasz Dysinski",
"email": "[email protected]",
"url": "https://github.com/bunnybones1"
},
"dependencies": {
"grid-layout-solver": "^4.0.0",
"lodash.defaults": "^4.0.1",
"number-wrap": "^1.0.0",
"signals": "^1.0.0",
"threejs-camera-display-object3d": "^3.0.0",
"threejs-helper-set-plane-to-orthographic-rectangle": "^1.0.0"
},
"devDependencies": {
"input-unified-pointers": "^2.0.1",
"loadandrunscripts": "^1.0.0",
"input-resize": "^2.1.0",
"threejs-checkerroom": "^1.0.0",
"threejs-light-probe": "^1.1.0",
"threejs-managed-view": "^4.0.1",
"threejs-render-region": "^1.1.3",
"touch-scroll-physics": "^1.1.1",
"urlparams": "^1.0.1"
},
"scripts": {
"test": "beefy test.js --live --open"
},
"keywords": [
"threejs",
"grid",
"view"
],
"repository": {
"type": "git",
"url": "git://github.com/bunnybones1/threejs-grid-view.git"
},
"homepage": "https://github.com/bunnybones1/threejs-grid-view",
"bugs": {
"url": "https://github.com/bunnybones1/threejs-grid-view/issues"
}
}