-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.32 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
63
64
{
"name": "x3d-tidy",
"version": "2.0.13",
"description": "X3D Converter, Beautifier and Minimizer",
"main": "src/main.js",
"bin": {
"x3d-tidy": "bin/x3d-tidy.js"
},
"files": [
"bin/*",
"src/*"
],
"scripts": {
"start": "node bin/x3d-tidy.js",
"test": "node build/test.js",
"release": "node build/release.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/create3000/x3d-tidy.git"
},
"keywords": [
"beautifier",
"Compressor",
"converter",
"GLB",
"glTF2",
"JSON",
"Minimizer",
"npx",
"PLY",
"STL",
"SVG",
"tidy",
"VRML",
"Wavefront-OBJ",
"wrl",
"x_ite",
"X3D",
"XML"
],
"author": "Holger Seelig",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/create3000/x3d-tidy/issues"
},
"homepage": "https://www.npmjs.com/package/x3d-tidy",
"contributors": [
{
"name": "Holger Seelig",
"email": "holger.seelig@gmail.com",
"url": "https://github.com/create3000"
}
],
"dependencies": {
"x_ite": "^11.0.3",
"x_ite-node": "^1.0.22",
"x3d-traverse": "^1.0.9",
"yargs": "^17.7.2"
},
"devDependencies": {
"shell-tools": "^1.1.9"
}
}