webgi-gltf-extensions
Version:
WEBGI GLTF Extensions for glTF-Transform and three.js
46 lines (45 loc) • 982 B
JSON
{
"name": "webgi-gltf-extensions",
"version": "0.1.0",
"description": "WEBGI GLTF Extensions for glTF-Transform and three.js",
"main": "dist/bundle.min.js",
"module": "dist/bundle.esm.js",
"types": "dist/index.d.ts",
"source": "src/index.ts",
"sideEffects": false,
"files": [
"dist",
"src",
"docs",
"tsconfig.json"
],
"repository": {
"type": "git",
"url": "git://github.com/repalash/webgi-glTF-Extensions.git"
},
"keywords": [
"glTF",
"glTF-Transform",
"webgi",
"typescript",
"util",
"browser",
"esm",
"three.js",
"javascript",
"npm",
"package",
"module"
],
"author": "repalash <palash@shaders.app>",
"license": "MIT",
"bugs": {
"url": "https://github.com/repalash/webgi-glTF-Extensions/issues"
},
"homepage": "https://github.com/repalash/webgi-glTF-Extensions#readme",
"dependencies": {},
"browserslist": [
"defaults"
],
"browser": "dist/bundle.umd.js"
}