-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
64 lines (64 loc) · 1.57 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
{
"license": "GPL-3.0",
"version": "6.0.0-rc15",
"name": "videobox",
"description": "Pop-up video player plugin",
"copyright": "Hitko",
"homepage": "https://hitko.eu/videobox/",
"repository": {
"type": "git",
"url": "https://github.com/HitkoDev/Videobox"
},
"keywords": [
"html5",
"video",
"audio",
"css3",
"jQuery",
"player",
"pop-up",
"slider",
"gallery",
"oembed",
"iframe",
"zepto"
],
"main": "./dist/videobox.min.js",
"style": "./dist/videobox.min.css",
"files": [
"dist/**/*"
],
"devDependencies": {
"@types/jquery": ">=2.0.33",
"@types/zepto": ">=1.0.27",
"bourbon": ">=4.2.7",
"google-closure-compiler": ">=20161024.3.0",
"gulp": ">=3.9.1",
"gulp-add-src": ">=0.2.0",
"gulp-changed": ">=1.3.2",
"gulp-clean-css": ">=2.0.13",
"gulp-concat": ">=2.6.0",
"gulp-css-base64": ">=1.3.4",
"gulp-fontcustom": ">=0.1.2",
"gulp-imagemin": ">=3.1.0",
"gulp-insert": ">=0.5.0",
"gulp-rename": ">=1.2.2",
"gulp-replace": ">=0.5.4",
"gulp-sass": ">=2.3.2",
"gulp-shell": ">=0.5.2",
"gulp-sourcemaps": ">=2.2.0",
"gulp-svgmin": ">=1.2.3",
"gulp-typedoc": ">=2.0.0",
"gulp-uglify": ">=2.0.0",
"merge2": ">=1.0.2",
"rollup": ">=0.36.3",
"rollup-plugin-sourcemaps": ">=0.4.1",
"sorcery": "git+https://github.com/HitkoDev/sorcery.git",
"through2": ">=2.0.3",
"typedoc": ">=0.5.1"
},
"dependencies": {
"video.js": "git+https://github.com/HitkoDev/video.js.git#custom_build",
"web-animations-js": ">=2.2.2"
}
}