UNPKG

jailedthreejs

Version:

Dedicated To Willson :D, A small, fast and lightweight Three.js framework.

42 lines (41 loc) 780 B
{ "name": "jailedthreejs", "version": "0.9.2-beta.0", "description": "Dedicated To Willson :D, A small, fast and lightweight Three.js framework.", "license": "MIT", "author": "M.K.", "type": "module", "main": "dist/index.js", "module": "dist/index.js", "exports": "./dist/index.js", "files": [ "dist/" ], "keywords": [ "threejs", "three-js", "webgl", "3d", "3d-engine", "css", "css-variables", "html", "dom", "declarative-3d", "scene-graph", "animation", "raycaster", "gltf", "fbx" ], "scripts": { "dev": "vite" }, "devDependencies": { "nodemon": "^3.1.10", "vite": "^5.4.21" }, "dependencies": { "three": "^0.177.0" } }