-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 718 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "threejs-object-controls",
"version": "1.2.8",
"description": "module for ThreeJS that allows you to rotate one or more Objects(mesh) independently from the rest of the scene, and to zoom in/out moving the camera.",
"main": "ObjectControls.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/albertopiras/threeJS-object-controls.git"
},
"keywords": [
"threejs"
],
"author": "Alberto Piras",
"license": "MIT",
"bugs": {
"url": "https://github.com/albertopiras/threeJS-object-controls/issues"
},
"homepage": "https://github.com/albertopiras/threeJS-object-controls#readme"
}