UNPKG

zglb

Version:

decoding gltf file that has been compressed by Draco and ZLIB

33 lines (32 loc) 800 B
{ "name": "zglb", "version": "0.0.0", "description": "decoding gltf file that has been compressed by Draco and ZLIB", "main": "index.js", "scripts": { "test": "node ./test/zglbToglb.js" }, "repository": { "type": "git", "url": "https://github.com/lolanto/AboutGLTF/tree/master/javascript" }, "keywords": [ "GLTF", "Draco", "ZLIB" ], "author": "Lolanto Lu(Lu Yonghao)", "license": "ISC", "dependencies": { "pako": "^1.0.7" }, "devDependencies": { "eslint": "^5.10.0", "eslint-config-google": "^0.11.0", "eslint-config-standard": "^12.0.0", "eslint-plugin-import": "^2.14.0", "eslint-plugin-node": "^8.0.0", "eslint-plugin-promise": "^4.0.1", "eslint-plugin-standard": "^4.0.0" } }