forked from PrincessGod/objTo3d-tiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 989 Bytes
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 989 Bytes
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
{
"name": "obj23dtilesp",
"version": "1.0.5",
"description": "obj to 3d tiles returning promises",
"main": "lib/obj23dtiles.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "node ./tools/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arcplus/objTo3d-tiles.git"
},
"keywords": [
"3d-tiles",
"cesium"
],
"preferGlobal": true,
"bin": {
"obj23dtilesp": "bin/obj23dtiles.js"
},
"author": "princessgod && stoneflyop1",
"license": "ISC",
"bugs": {
"url": "https://github.com/arcplus/objTo3d-tiles/issues"
},
"homepage": "https://github.com/arcplus/objTo3d-tiles#readme",
"dependencies": {
"bluebird": "^3.5.1",
"cesium": "^1.52.0",
"fs-extra": "^4.0.2",
"gltf-pipeline": "^2.0.1",
"jpeg-js": "^0.3.3",
"mime": "^2.0.3",
"pngjs": "^3.3.0",
"yargs": "^10.0.3"
},
"devDependencies": {
"eslint": "^4.9.0",
"eslint-config-cesium": "^2.0.1"
}
}