-
Notifications
You must be signed in to change notification settings - Fork 159
/
package.json
59 lines (59 loc) · 1.52 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
{
"name": "videojs-panorama",
"version": "0.1.7",
"description": "a plugin for videojs run a full 360 degree panorama video. ",
"keywords": [
"videojs",
"videojs-plugin"
],
"repository": {
"type": "git",
"url": "git://github.com/yanwsh/videojs-panorama.git"
},
"bugs": {
"url": "https://github.com/yanwsh/videojs-panorama/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/yanwsh/videojs-panorama/blob/master/LICENSE-MIT"
}
],
"main": "./dist/videojs-panorama.common.js",
"jsnext:main": "dist/videojs-panorama.es6.js",
"author": "[email protected]",
"license": "Apache-2.0",
"dependencies": {
"iphone-inline-video": "^1.9.3",
"three": "^0.86.0",
"video.js": "^6.2.4"
},
"devDependencies": {
"babel-preset-es2015": "^6.16.0",
"babel-preset-es2015-rollup": "^1.2.0",
"babelify": "^7.3.0",
"bannerize": "^1.0.2",
"bower": "^1.7.9",
"browser-sync": "^2.14.0",
"browserify": "^12.0.2",
"browserify-shim": "^3.8.12",
"browserify-versionify": "^1.0.6",
"del": "^2.2.2",
"gulp": "^3.9.0",
"gulp-cssnano": "^2.1.2",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^2.0.0",
"lazypipe": "^1.0.1",
"merge-stream": "^1.0.0",
"rollup-babel-lib-bundler": "^3.1.0",
"rollup-plugin-babel": "^2.6.1",
"run-sequence": "^1.2.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"peerDependencies": {
"video.js": ">=4",
"three": ">=0.81"
}
}