-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.15 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "x3d-image",
"version": "2.0.11",
"description": "Render image files from X3D",
"main": "src/main.js",
"bin": {
"x3d-image": "bin/x3d-image.js"
},
"files": [
"bin/*",
"src/*"
],
"scripts": {
"start": "electron .",
"test": "node build/test.js",
"release": "node build/release.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/create3000/x3d-image.git"
},
"keywords": [
"GLB",
"glTF2",
"image",
"JPEG",
"JSON",
"npx",
"PLY",
"PNG",
"STL",
"SVG",
"VRML",
"Wavefront-OBJ",
"wrl",
"x_ite",
"X3D",
"XML"
],
"author": "Holger Seelig",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/create3000/x3d-image/issues"
},
"homepage": "https://www.npmjs.com/package/x3d-image",
"contributors": [
{
"name": "Holger Seelig",
"email": "[email protected]",
"url": "https://github.com/create3000"
}
],
"dependencies": {
"colors": "^1.4.0",
"electron": "^34.2.0",
"x_ite": "^11.2.2",
"yargs": "^17.7.2"
},
"devDependencies": {
"shell-tools": "^1.1.9"
}
}