forked from MailOnline/videojs-vast-vpaid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
44 lines (44 loc) · 837 Bytes
/
bower.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
{
"name": "videojs-vast-vpaid",
"version": "0.0.0",
"authors": [
"Carlos Serrano <[email protected]>"
],
"description": "VAST plugin to use with video.js",
"repository": {
"type": "git",
"url": "https://github.com/MailOnline/videojs-vast-vpaid"
},
"main": [
"bin/videojs-vast-vpaid.min.js",
"bin/videojs-vast-vpaid.min.css"
],
"license": "MIT",
"keywords": [
"vpaid",
"html5",
"flash",
"vast",
"videojs",
"js",
"video",
"iab"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"build",
"frontend/demo/*"
],
"dependencies": {
"VPAIDFLASHClient": "^1.0.2",
"VPAIDHTML5Client": "^0.1.14"
},
"devDependencies": {
"videojs_5": "video.js#5",
"videojs_4": "video.js#4"
}
}