three-tiltloader
Version:
Load Tilt Brush / Open Brush files in three.js applications
54 lines (53 loc) • 1.3 kB
JSON
{
"name": "three-tiltloader",
"version": "0.4.2-alpha.4",
"description": "Load Tilt Brush / Open Brush files in three.js applications",
"scripts": {
"watch": "parcel watch",
"build": "parcel build --no-cache"
},
"repository": {
"type": "git",
"url": "https://github.com/icosa-gallery/three-tiltloader.git"
},
"author": "Icosa Foundation",
"license": "Apache-2.0",
"module": "dist/three-tiltloader.module.js",
"default": "dist/three-tiltloader.js",
"source": "src/TiltLoader.js",
"bugs": {
"url": "https://github.com/icosa-foundation/three-tiltloader/issues"
},
"homepage": "https://github.com/icosa-foundation/three-tiltloader#readme",
"devDependencies": {
"@parcel/transformer-typescript-types": "^2.12.0",
"@types/three": "^0.164.1",
"parcel": "latest",
"typescript": "^5.4.5"
},
"peerDependencies": {
"three": ">=0.139.0"
},
"files": [
"dist"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/icosa"
},
"keywords": [
"three",
"three.js",
"viewer",
"openbrush",
"tiltbrush",
"creative",
"camera",
"vr",
"ar",
"xr"
],
"dependencies": {
"three-icosa": "^0.4.2-alpha.6"
}
}