forked from MailOnline/videojs-vast-vpaid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
92 lines (92 loc) · 2.31 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "videojs-vast-vpaid",
"version": "0.0.0",
"authors": [
"Carlos Serrano <[email protected]>"
],
"description": "VAST plugin to use with video.js",
"main": [
"bin/videojs-vast-vpaid.min.js",
"bin/videojs-vast-vpaid.min.css"
],
"repository": {
"type": "git",
"url": "https://github.com/MailOnline/videojs-vast-vpaid"
},
"keywords": [
"vpaid",
"html5",
"flash",
"vast",
"videojs",
"js",
"video",
"iab"
],
"scripts": {
"test": "gulp ci-test",
"prepare-hooks": "chmod u+x scripts/*",
"setup-hooks": "./scripts/setup-hooks",
"preinstall": "npm run prepare-hooks -s && npm run setup-hooks -s"
},
"author": [
"Carlos Serrano <[email protected]>"
],
"license": "MIT",
"devDependencies": {
"asciify": "^1.3.5",
"async": "^1.2.1",
"bootstrap": "^3.3.4",
"browserify": "^10.2.4",
"chai": "1.10.0",
"cli-table": "^0.3.1",
"colors": "^1.1.0",
"del": "^1.2.0",
"es5-shim": "^4.1.5",
"express": "~4.12.4",
"glob": "^5.0.10",
"gulp": "^3.9.0",
"gulp-browserify": "^0.5.1",
"gulp-bump": "^0.3.1",
"gulp-concat": "^2.5.2",
"gulp-flatten": "0.0.4",
"gulp-footer": "^1.0.5",
"gulp-gh-pages": "^0.5.2",
"gulp-git": "^1.2.4",
"gulp-header": "^1.2.2",
"gulp-if": "^1.2.5",
"gulp-jshint": "^1.11.0",
"gulp-karma": "0.0.4",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^1.1.6",
"gulp-minify-html": "^1.0.3",
"gulp-ng-html2js": "^0.2.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-supervisor": "^0.1.2",
"gulp-template": "^3.0.0",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.5",
"jshint": "^2.8.0",
"karma": "0.12.31",
"karma-chai-sinon": "0.1.5",
"karma-chrome-launcher": "0.1.12",
"karma-coverage": "0.3.1",
"karma-firefox-launcher": "0.1.6",
"karma-mocha": "0.1.10",
"karma-safari-launcher": "0.1.1",
"karma-spec-reporter": "0.0.19",
"lodash": "~3.9.3",
"merge-stream": "^0.1.7",
"minimist": "^1.1.1",
"mobile-agent": "0.0.8",
"mocha": "^2.2.5",
"request": "^2.57.0",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.0",
"sinon": "1.14.1",
"sinon-chai": "2.7.0",
"vinyl-paths": "^1.0.0",
"watchify": "^3.2.3"
}
}