forked from theonion/videojs-vast-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (57 loc) · 1.45 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
{
"name": "videojs-vast-plugin",
"version": "0.2.1",
"description": "A VAST plugin for VideoJS",
"main": "vast.video.js",
"directories": {
"test": "test"
},
"dependencies": {
"videojs-contrib-ads": "^0.4.0"
},
"devDependencies": {
"chai": "~1.9.0",
"chai-as-promised": "~4.1.1",
"colors": "~0.6.2",
"grunt": "~0.4.2",
"grunt-concurrent": "~0.5.0",
"grunt-connect": "^0.2.0",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-jasmine": "~0.6.1",
"grunt-contrib-jshint": "~0.9.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-env": "~0.4.1",
"grunt-simple-mocha": "~0.4.0",
"karma": "^0.12.24",
"grunt-karma": "~0.9.0",
"karma-coverage": "~0.2.5",
"karma-jasmine": "~0.2.0",
"karma-sauce-launcher": "~0.2.10",
"karma-phantomjs-launcher": "~0.1.4",
"grunt-karma-coveralls": "2.5.1",
"lodash": "~2.4.1",
"wd": "~0.2.12"
},
"scripts": {
"test": "grunt travis --verbose --force"
},
"repository": {
"type": "git",
"url": "git://github.com/theonion/videojs-vast-plugin.git"
},
"keywords": [
"video",
"videojs",
"vast"
],
"author": [
"Shaker Islam <sislam@theonion.com>",
"Chris Sinchok <csinchok@theonion.com>",
"Sean Bloomfield <sbloomfield@theonion.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/theonion/videojs-vast-plugin/issues"
},
"homepage": "https://github.com/theonion/videojs-vast-plugin"
}