UNPKG

@blockv/threejs-to-v3d

Version:

Converts any format supported by ThreeJS to V3D.

43 lines (42 loc) 952 B
{ "name": "@blockv/threejs-to-v3d", "version": "1.0.6", "description": "Converts any format supported by ThreeJS to V3D.", "main": "dist/threejs-to-v3d.min.js", "scripts": { "test": "node-qunit-phantomjs ./test/index.html", "build": "webpack --progress", "prepublish": "npm run build" }, "bin": { "to-v3d": "./cli.js" }, "keywords": [ "three", "threejs", "three-js", "v3d", "convert", "converter", "fbx" ], "author": "jjv360", "license": "ISC", "devDependencies": { "babel-core": "^6.24.1", "babel-loader": "^7.0.0", "babel-preset-es2015": "^6.24.1", "babel-preset-es2017": "^6.24.1", "node-qunit-phantomjs": "^1.5.0", "qunit": "^1.0.0", "webpack": "^2.6.1" }, "dependencies": { "command-line-args": "^4.0.4", "fs.promised": "^3.0.0", "three": "^0.85.2", "triangulate": "^0.1.5", "utf-8": "^1.0.0", "zlibjs": "^0.2.0" } }