UNPKG

@videojs/http-streaming

Version:

Play back HLS and DASH with Video.js, even where it's not natively supported

127 lines (126 loc) 4.52 kB
{ "name": "@videojs/http-streaming", "version": "1.13.3", "description": "Play back HLS and DASH with Video.js, even where it's not natively supported", "main": "dist/videojs-http-streaming.cjs.js", "module": "dist/videojs-http-streaming.es.js", "repository": { "type": "git", "url": "git@github.com:videojs/http-streaming.git" }, "scripts": { "prenetlify": "npm run build", "netlify": "node scripts/netlify.js", "prebuild": "npm run clean", "build": "run-s build:webworker build:js", "build:js": "rollup -c scripts/rollup.config.js", "build:webworker": "rollup -c scripts/webworker.rollup.config.js", "clean": "run-p clean:dist clean:test", "clean:dist": "rimraf dist dist-test", "clean:test": "node scripts/clean-tests.js", "postclean": "mkdirp dist", "docs": "run-p docs:*", "docs:api": "jsdoc src -r -d docs/api", "docs:toc": "doctoc README.md", "docs:nomnoml:build": "node -e \"var b=require('./scripts/nomnoml.js'); b.build();\"", "lint": "vjsstandard | grep -v \"maximum\\|todo\\|loop\"", "prestart": "npm run build", "start": "run-p start:server watch", "start:server": "node scripts/server.js", "pretest": "run-s lint build:test:js", "test": "karma start test/karma.conf.js", "prebuild:test:js": "run-s build:webworker build:test:manifest build:test:segments", "build:test:js": "rollup -c scripts/test.rollup.config.js", "build:test:manifest": "node -e \"var b=require('./scripts/manifest-data.js'); b.build();\"", "build:test:segments": "node -e \"var b=require('./scripts/segments-data.js'); b.build();\"", "watch": "run-p watch:js watch:test:manifest watch:test:segments watch:test:js watch:js:switcher watch:js-webworker", "watch:js": "rollup -c scripts/rollup.config.js -w", "watch:js:switcher": "rollup -c scripts/switcher.rollup.config.js -w", "watch:test:js": "rollup -c scripts/test.rollup.config.js -w", "watch:test:manifest": "node -e \"var b=require('./scripts/manifest-data.js'); b.watch();\"", "watch:test:segments": "node -e \"var b=require('./scripts/segments-data.js'); b.watch();\"", "watch:js-webworker": "rollup -c scripts/webworker.rollup.config.js -w", "preversion": "npm test", "version": "node scripts/version.js", "prepublish": "in-publish && npm run build || not-in-publish" }, "keywords": [ "videojs", "videojs-plugin" ], "author": "Brightcove, Inc", "license": "Apache-2.0", "vjsstandard": { "ignore": [ "es5", "dist", "dist-test", "docs", "test/karma.conf.js", "scripts", "utils", "test/test-manifests.js", "test/test-segments.js", "*.worker.*" ] }, "files": [ "dist/" ], "dependencies": { "aes-decrypter": "3.0.0", "global": "^4.3.0", "m3u8-parser": "4.4.0", "mpd-parser": "0.10.0", "mux.js": "^5.5.3", "url-toolkit": "^2.1.3", "video.js": "^6.8.0 || ^7.0.0" }, "devDependencies": { "@gkatsev/rollup-plugin-bundle-worker": "^1.0.2", "babel-core": "^6.26.0", "babel-plugin-external-helpers": "^6.22.0", "babel-preset-env": "^1.6.1", "chg": "^0.3.3", "connect": "^3.6.6", "conventional-changelog-cli": "^1.3.20", "conventional-changelog-videojs": "^3.0.0", "cowsay": "^1.3.0", "d3": "^3.4.8", "doctoc": "^0.15.0", "in-publish": "^2.0.0", "jsdoc": "^3.4.0", "karma": "^1.7.1", "karma-browserstack-launcher": "~1.4.0", "karma-chrome-launcher": "^2.2.0", "karma-coverage": "^1.1.1", "karma-detect-browsers": "^2.2.6", "karma-firefox-launcher": "^1.1.0", "karma-qunit": "^1.2.1", "karma-safari-launcher": "^1.0.0", "karma-safaritechpreview-launcher": "0.0.6", "karma-spec-reporter": "0.0.32", "lodash": "^4.17.4", "lodash-compat": "^3.10.0", "nomnoml": "^0.3.0", "npm-run-all": "^4.1.5", "portscanner": "^2.1.1", "qunitjs": "^2.0.1", "rollup": "^0.57.1", "rollup-plugin-babel": "^3.0.3", "rollup-plugin-commonjs": "^9.1.0", "rollup-plugin-json": "^2.3.0", "rollup-plugin-multi-entry": "^2.0.2", "rollup-plugin-node-resolve": "^3.3.0", "rollup-plugin-uglify": "^3.0.0", "rollup-watch": "^4.3.1", "semver": "^5.5.0", "serve-static": "^1.13.2", "shelljs": "^0.8.2", "sinon": "~1.10.3", "uglify-es": "^3.3.9", "videojs-contrib-eme": "^3.2.0", "videojs-contrib-quality-levels": "^2.0.4", "videojs-standard": "^4.0.3" } }