forked from littlstar/axis360
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomponent.json
More file actions
60 lines (50 loc) · 1.31 KB
/
component.json
File metadata and controls
60 lines (50 loc) · 1.31 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "axis",
"version": "1.19.6",
"description": "360 video rendering engine",
"main": "index.js",
"scripts": [
"index.js",
"util.js",
"state.js",
"camera.js",
"constants.js",
"projection.js",
"geometry/index.js",
"geometry/plane.js",
"geometry/sphere.js",
"geometry/cylinder.js",
"projection/flat.js",
"projection/fisheye.js",
"projection/equilinear.js",
"projection/tinyplanet.js",
"controls/touch.js",
"controls/pointer.js",
"controls/movement.js",
"controls/keyboard.js",
"controls/controller.js",
"controls/orientation.js",
"package.json"
],
"styles": ["frame.css"],
"templates": ["template.html"],
"dependencies": {
"littlstar/three-canvas-renderer": "master",
"littlstar/three-vr-effect": "master",
"littlstar/pointer-lock": "master",
"littlstar/fullscreen": "master",
"yields/keycode": "master",
"yields/merge": "master",
"timoxley/offset": "master",
"jb55/has-webgl": "master",
"components/three.js": "master",
"component/inherits": "master",
"component/emitter": "master",
"component/object": "master",
"component/events": "master",
"component/domify": "master",
"component/path": "master",
"component/raf": "master",
"component/url": "*"
}
}