UNPKG

videojs-contrib-hls

Version:

Play back HLS with video.js, even where it's not natively supported.

55 lines (54 loc) 1.5 kB
{ "name": "videojs-contrib-hls", "version": "1.3.10", "engines": { "node": ">= 0.10.12" }, "repository": { "type": "git", "url": "git@github.com:videojs/videojs-contrib-hls.git" }, "license": "Apache-2.0", "scripts": { "test": "grunt test", "prepublish": "if [ -z \"$TRAVIS\" ]; then grunt; fi" }, "keywords": [ "videojs", "videojs-plugin" ], "devDependencies": { "chg": "^0.2.0", "grunt": "^0.4.5", "grunt-concurrent": "0.4.3", "grunt-contrib-clean": "~0.4.0", "grunt-contrib-concat": "~0.3.0", "grunt-contrib-connect": "~0.6.0", "grunt-contrib-jshint": "~0.6.0", "grunt-contrib-uglify": "~0.2.0", "grunt-contrib-watch": "~0.4.0", "grunt-github-releaser": "^0.1.17", "grunt-karma": "~0.6.2", "grunt-open": "0.2.3", "grunt-protractor-runner": "forbesjo/grunt-protractor-runner.git#webdriverManagerUpdate", "grunt-shell": "0.6.1", "grunt-version": "^1.0.0", "karma": "~0.10.0", "karma-chrome-launcher": "~0.1.2", "karma-firefox-launcher": "~0.1.3", "karma-ie-launcher": "~0.1.1", "karma-opera-launcher": "~0.1.0", "karma-phantomjs-launcher": "^0.1.4", "karma-qunit": "~0.1.1", "karma-safari-launcher": "~0.1.1", "karma-sauce-launcher": "~0.1.8", "qunitjs": "^1.18.0", "sinon": "1.10.2", "video.js": "^5.2.1" }, "dependencies": { "pkcs7": "^0.2.2", "videojs-contrib-media-sources": "^2.5.0", "videojs-swf": "^5.0.0" } }