-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 902 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 902 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
28
29
30
31
32
{
"name": "theta-live-vr",
"version": "1.0.0",
"description": "Sample web app displaying a VR-friendly mpeg Ricoh Theta S livestream usign three.js.",
"main": "src/app.js",
"scripts": {
"build": "webpack",
"dev": "webpack-dev-server -d",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PymZoR/ThetaLiveVR.git"
},
"author": "Axel Mousset <axel@mousset.me>",
"license": "MIT",
"bugs": {
"url": "https://github.com/PymZoR/ThetaLiveVR/issues"
},
"homepage": "https://github.com/PymZoR/ThetaLiveVR#readme",
"dependencies": {
"three-orbit-controls": "^82.1.0",
"three-stereo-effect": "^1.0.14",
"three.js": "^0.77.1",
"three.orientation": "^1.1.0",
"webpack": "^1.13.3"
},
"devDependencies": {
"webpack": "^1.13.3",
"webpack-dev-server": "^2.3.0"
}
}