forked from wanadev/gltf-bounding-box
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 927 Bytes
/
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
{
"name": "gltf-bounding-box",
"version": "1.0.3",
"description": "Computes the global bounding box of a gltf model",
"main": "src/app.js",
"scripts": {
"build": "rimraf ./dist && webpack --mode=production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/harzival/gltf-bounding-box.git"
},
"keywords": [
"gltf",
"boundingbox",
"3D-Tiles"
],
"author": "Wanadev, harzival, hegias, yakyouk",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/harzival/gltf-bounding-box/issues"
},
"homepage": "https://github.com/harzival/gltf-bounding-box#readme",
"dependencies": {
"lodash.includes": "^4.3.0",
"matrixmath": "^2.2.2",
"three": "~0.139.2"
},
"devDependencies": {
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-node-externals": "^1.7.2"
}
}