UNPKG

x3d-image

Version:
63 lines (62 loc) 1.17 kB
{ "name": "x3d-image", "version": "2.2.4", "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": "MIT", "bugs": { "url": "https://github.com/create3000/x3d-image/issues" }, "homepage": "https://www.npmjs.com/package/x3d-image", "contributors": [ { "name": "Holger Seelig", "email": "holger.seelig@gmail.com", "url": "https://github.com/create3000" } ], "dependencies": { "colors": "^1.4.0", "electron": "^37.2.0", "x_ite": "^11.6.6", "yargs": "^18.0.0" }, "devDependencies": { "shell-tools": "^1.1.9" } }