forked from theonion/videojs-vast-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
34 lines (34 loc) · 797 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
{
"name": "videojs-vast-plugin",
"version": "0.1.5",
"homepage": "https://github.com/theonion/videojs-vast-plugin",
"authors": [
"Shaker Islam <[email protected]>",
"Chris Sinchok <[email protected]>",
"Sean Bloomfield <[email protected]>"
],
"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": "1.1.2",
"videojs-contrib-ads": "https://github.com/videojs/videojs-contrib-ads/archive/f8fa6b22148142cb7e96963034126891c4797b96.zip"
}
}