UNPKG

videojs-contrib-ads

Version:

A framework that provides common functionality needed by video advertisement libraries working with video.js.

40 lines (39 loc) 1.05 kB
{ "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.3.11", "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" } }