Files
shaka-player/package.json
T
Joey Parrish d66d6c4255 Upgrade mux.js and use minified version
The new mux.js release fixes support for a minified build, so we
should use that from now on.

videojs/mux.js#173

Change-Id: I08cff8d33a520fe753c5490a4719cba3bb27f19e
2019-05-13 14:24:41 -07:00

69 lines
2.0 KiB
JSON

{
"name": "shaka-player",
"description": "DASH/EME video player library",
"version": "2.5.0",
"homepage": "https://github.com/google/shaka-player",
"author": "Google",
"maintainers": [
{
"name": "Joey Parrish",
"email": "joeyparrish@google.com"
}
],
"devDependencies": {
"array-includes": "~3.0.3",
"awesomplete": "~1.1.1",
"babel-core": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"cajon": "^0.4.4",
"dialog-polyfill": "^0.4.10",
"es6-promise-polyfill": "^1.2.0",
"es6-shim": "~0.35.3",
"eslint": "^5.16.0",
"eslint-config-google": "^0.12.0",
"esprima": "^4.0.0",
"htmlhint": "yaniswang/HTMLHint#152a114f",
"in-publish": "~2.0.0",
"jasmine-ajax": "~3.3.1",
"jasmine-core": "^2.8.0",
"jsdoc": "joeyparrish/jsdoc#c2fe066a",
"karma": "~1.6.0",
"karma-babel-preprocessor": "^7.0.0",
"karma-chrome-launcher": "~2.0.0",
"karma-coverage": "~1.1.1",
"karma-edge-launcher": "~0.4.1",
"karma-firefox-launcher": "~1.0.1",
"karma-ie-launcher": "~1.0.0",
"karma-jasmine": "~1.1.0",
"karma-jasmine-ajax": "~0.1.13",
"karma-opera-launcher": "~1.0.0",
"karma-safari-launcher": "~1.0.0",
"karma-source-map-support": "^1.2.0",
"karma-spec-reporter": "~0.0.31",
"karma-webdriver-launcher": "~1.0.5",
"less": "^3.8.1",
"less-plugin-clean-css": "^1.5.1",
"material-design-lite": "^1.3.0",
"mux.js": "^5.1.3",
"promise-mock": "^2.1.0",
"rimraf": "~2.6.1",
"sprintf-js": "~1.0.3",
"useragent": "~2.1.13",
"wd": "^1.8.0 <1.11.0",
"which": "~1.3.0"
},
"main": "dist/shaka-player.compiled.js",
"repository": {
"type": "git",
"url": "https://github.com/google/shaka-player.git"
},
"bugs": {
"url": "https://github.com/google/shaka-player/issues"
},
"license": "Apache-2.0",
"scripts": {
"prepublish": "in-publish && python build/checkversion.py && python build/all.py --force || not-in-publish"
}
}