forked from bimspot/xeokit-gltf-to-xkt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1005 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
36
37
38
39
40
{
"name": "@xeokit/xeokit-gltf-to-xkt",
"version": "1.3.5",
"description": "xeokit-gltf-to-xkt converts models from glTF 2.0 to xeokit's native .XKT geometry format.",
"main": "gltf2xkt.js",
"dependencies": {
"@xeokit/xeokit-convert": "1.0.0-beta.6",
"commander": "^2.20.0"
},
"preferGlobal": true,
"bin": {
"gltf2xkt": "./gltf2xkt.js"
},
"scripts": {
"publish": "npm publish --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xeokit/xeokit-gltf-to-xkt.git"
},
"keywords": [
"xeokit",
"bim",
"ifc",
"pointclouds",
"gltf",
"xkt",
"webgl",
"3d"
],
"author": "xeolabs",
"license": "AGPL3",
"bugs": {
"url": "https://github.com/xeokit/xeokit-gltf-to-xkt/issues"
},
"homepage": "https://github.com/xeokit/xeokit-gltf-to-xkt#readme",
"files": [
"/gltf2xkt.js"
]
}