-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
62 lines (62 loc) · 1.43 KB
/
package.json
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
61
62
{
"name": "aframe-immersive-video-component",
"version": "1.0.2",
"description": "A one-liner component for viewing Stereo/Mono 360/180 videos in WebVR, including a control bar for it",
"main": "index.js",
"unpkg": "dist/aframe-immersive-video-component.min.js",
"scripts": {
"build": "gulp",
"dist": "npm run build",
"prepublish": "npm run dist",
"ghpages": "ghpages"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oscarmarinmiro/aframe-immersive-video.git"
},
"keywords": [
"aframe",
"aframe-component",
"aframe-vr",
"vr",
"webvr",
"360",
"stereo",
"180",
"video",
"controls",
"immersive-video"
],
"author": "Oscar Marin <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/oscarmarinmiro/aframe-immersive-video/issues"
},
"dependencies": {
"howler": "^2.0.15"
},
"homepage": "https://github.com/oscarmarinmiro/aframe-immersive-video#readme",
"devDependencies": {
"ghpages": "^0.0.8",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-copy": "^1.1.0",
"gulp-filter": "^5.1.0",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.3.0",
"gulp-uglify": "^3.0.0",
"shelljs": "^0.8.2",
"shx": "^0.3.2"
},
"semistandard": {
"globals": [
"AFRAME",
"THREE"
],
"ignore": [
"examples/build.js",
"dist/**"
]
}
}