-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
73 lines (73 loc) · 2.32 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
63
64
65
66
67
68
69
70
71
72
73
{
"name": "wjplayer",
"description": "Video.js HLS bundle that supports VAST/VMAP ads, 360-degree videos, and more",
"version": "1.7.0",
"main": "dist/wjplayer.js",
"style": "dist/wjplayer.css",
"scripts": {
"build": "npm run build:dev && npm run build:prod && gulp",
"build:prod": "webpack --mode production",
"build:dev": "webpack --mode development",
"dev": "webpack --mode development --colors --watch",
"start": "gulp browse",
"prepublishOnly": "npm run build",
"lint": "eslint --ignore-path .gitignore .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/neuron-digital/wjplayer.git"
},
"bugs": {
"url": "https://github.com/neuron-digital/wjplayer/issues"
},
"homepage": "https://github.com/neuron-digital/wjplayer",
"author": {
"name": "Mikhail Khazov",
"email": "[email protected]"
},
"contributors": [
{
"name": "Alexey Avdeev",
"email": "[email protected]"
}
],
"license": "MIT",
"files": [
"dist"
],
"devDependencies": {
"babel-cli": "6.26.0",
"babel-core": "6.26.3",
"babel-eslint": "8.2.6",
"babel-loader": "7.1.5",
"babel-plugin-add-module-exports": "1.0.2",
"babel-preset-es2015": "6.24.1",
"browser-sync": "2.26.7",
"del": "5.1.0",
"eslint": "7.4.0",
"expose-loader": "0.7.5",
"fancy-log": "1.3.3",
"gulp": "4.0.2",
"gulp-add-src": "1.0.0",
"gulp-autoprefixer": "7.0.1",
"gulp-concat": "2.6.1",
"gulp-sass": "4.1.0",
"hls.js": "0.6.21",
"three": "0.89.0",
"video.js": "5.19.2",
"videojs-contrib-ads": "3.1.3",
"videojs-contrib-hls": "5.8.2",
"videojs-download-button": "neuron-digital/videojs-download-button",
"videojs-ga": "neuron-digital/videojs-ga#2ff4015",
"videojs-ima": "github:neuron-digital/videojs-ima#f86659a",
"videojs-panorama": "github:neuron-digital/videojs-panorama#9a20b1d0b201ba20a89ab491a7d5f247e133b9ee",
"videojs-quality-picker": "0.0.3",
"videojs-replay": "1.1.0",
"videojs-resolution-switcher": "github:neuron-digital/videojs-resolution-switcher#bdc5455",
"videojs-share": "1.1.0",
"videojs5-hlsjs-source-handler": "neuron-digital/videojs5-hlsjs-source-handler#hls6",
"webpack": "4.43.0",
"webpack-cli": "3.3.11"
}
}