three-trackballcontrols-es6
Version:
A module for using THREE.TrackballControls with es6 exports
31 lines (30 loc) • 744 B
JSON
{
"name": "three-trackballcontrols-es6",
"version": "0.0.11",
"description": "A module for using THREE.TrackballControls with es6 exports",
"main": "index.js",
"typings": "index",
"dependencies": {
"three": "^0.74.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 (fork by Ben Jack)",
"license": "MIT",
"bugs": {
"url": "https://github.com/JonLim/three-trackballcontrols/issues"
},
"homepage": "https://github.com/JonLim/three-trackballcontrols#readme"
}