three-trackballcontrols
Version:
A module for using THREE.TrackballControls with nodejs
30 lines (29 loc) • 704 B
JSON
{
"name": "three-trackballcontrols",
"version": "0.9.0",
"description": "A module for using THREE.TrackballControls with nodejs",
"main": "index.js",
"peerDependencies": {
"three": ">= 0.86 <= 1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JonLim/three-trackballcontrols.git"
},
"keywords": [
"threejs",
"3d",
"trackball",
"controls",
"webGL"
],
"author": "Jon Lim",
"license": "MIT",
"bugs": {
"url": "https://github.com/JonLim/three-trackballcontrols/issues"
},
"homepage": "https://github.com/JonLim/three-trackballcontrols#readme"
}