forked from theonion/videojs-vast-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
36 lines (36 loc) · 869 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
{
"name": "videojs-vast-plugin",
"version": "0.2.1",
"homepage": "https://github.com/theonion/videojs-vast-plugin",
"authors": [
"Shaker Islam <sislam@theonion.com>",
"Chris Sinchok <csinchok@theonion.com>",
"Sean Bloomfield <sbloomfield@theonion.com>",
"Andrew Kos <akos@theonion.com>",
"Vince Forgione <vforgione@theonion.com>"
],
"description": "A VAST plugin for VideoJS",
"main": "videojs.vast.js",
"keywords": [
"videojs",
"video",
"vast",
"ads"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"spec",
"Gruntfile.js",
"lib"
],
"dependencies": {
"videojs": "4.4.3",
"vast-client-js": "http://github.com/theonion/vast-client-js.git#a0529f00c96f5961c08ab0011df19fd124828e87",
"videojs-contrib-ads": "0.5.0"
}
}