forked from videojs/videojs-contrib-ads
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.03 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
{
"name": "videojs-contrib-ads",
"description": "A framework that provides common functionality needed by video advertisement libraries working with video.js.",
"main": "dist/videojs.ads.js",
"repository": {
"type": "git",
"url": "https://github.com/videojs/videojs-contrib-ads.git"
},
"version": "3.1.2",
"author": {
"name": "Brightcove"
},
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt qunit",
"prepublish": "grunt"
},
"devDependencies": {
"es5-shim": "^4.1.0",
"grunt": "~0.4.1",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-qunit": "~0.2.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-watch": "~0.4.0",
"grunt-umd": "^2.3.3",
"load-grunt-tasks": "^3.1.0",
"lodash": "~3.10.1",
"qunitjs": "^1.17.1",
"sinon": "~1.16.1",
"video.js": "^5.3.0"
}
}