manipulator3d
Version:
3D Manipulator Gizmo for Threejs
34 lines (31 loc) • 1.12 kB
JSON
{
"name" : "manipulator3d",
"version" : "0.0.8",
"author" : "Pedro Sousa ( Vor @ SketchPunk Labs )",
"description" : "3D Manipulator Gizmo for Threejs",
"keywords" : [ "threejs", "gizmo", "ui", "3d" ],
"license" : "MIT",
"homepage" : "https://github.com/sketchpunklabs/manipulator3d#readme",
"repository" : { "type": "git", "url": "git+https://github.com/sketchpunklabs/manipulator3d.git" },
"bugs" : { "url": "https://github.com/sketchpunklabs/manipulator3d/issues" },
"files" : [ "dist" ],
"main" : "./dist/manipulator3d.cjs.js",
"module" : "./dist/manipulator3d.es.js",
"exports": {
".": {
"import" : "./dist/manipulator3d.es.js",
"require" : "./dist/manipulator3d.cjs.js"
}
},
"scripts": {
"dev" : "vite",
"build" : "vite build",
"publish" : "npm publish --access public"
},
"peerDependencies": {
"three" : "^0.138.2"
},
"devDependencies": {
"vite": "^2.8.6"
}
}