-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 734 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 734 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "three-vive-controller",
"version": "1.5.0",
"description": "Use the vive controller in ThreeJS",
"main": "index.js",
"scripts": {
"start": "budo ./demo/index.js -o -l",
"build": "browserify demo/index.js > demo/build.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/msfeldstein/three-vive-controller.git"
},
"bugs": {
"url": "https://github.com/msfeldstein/three-vive-controller/issues"
},
"author": "Michael Feldstein",
"license": "ISC",
"dependencies": {
"browserify": "^13.1.1",
"budo": "^9.3.0",
"eventemitter3": "^1.2.0",
"three": "^0.85.2",
"three-obj-loader": "^1.0.2"
}
}