mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-24 17:35:10 +03:00
fd8453a016
In jasmine-core v2.6.0, our DASH tests fail with "first.getUris is not a function". The cause is unclear, but rolling back to jasmine-core v2.5.x fixes the failures. Change-Id: I5a2d8384d601677da9e8e16f6cfcab668c8b5117
51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"name": "shaka-player",
|
|
"description": "DASH/EME video player library",
|
|
"version": "2.1.0",
|
|
"homepage": "https://github.com/google/shaka-player",
|
|
"author": "Google",
|
|
"maintainers": [
|
|
{
|
|
"name": "Joey Parrish",
|
|
"email": "joeyparrish@google.com"
|
|
}
|
|
],
|
|
"devDependencies": {
|
|
"array-includes": "^3.0.2",
|
|
"es6-shim": "^0.35.2",
|
|
"esprima": "^3.1.3",
|
|
"htmlhint": "yaniswang/HTMLHint#152a114f",
|
|
"in-publish": "2.x",
|
|
"jasmine-ajax": "3.3.x",
|
|
"jasmine-core": "2.5.x",
|
|
"karma": "~1.1.2",
|
|
"karma-chrome-launcher": "~1.0.1",
|
|
"karma-coverage": "~1.1.1",
|
|
"karma-edge-launcher": "^0.2.0",
|
|
"karma-firefox-launcher": "~1.0.0",
|
|
"karma-ie-launcher": "~1.0.0",
|
|
"karma-jasmine": "~1.0.2",
|
|
"karma-jasmine-ajax": "~0.1.13",
|
|
"karma-opera-launcher": "~1.0.0",
|
|
"karma-safari-launcher": "~1.0.0",
|
|
"karma-spec-reporter": "~0.0.26",
|
|
"karma-webdriver-launcher": "~1.0.4",
|
|
"requirejs": "2.x",
|
|
"rimraf": "2.x",
|
|
"sprintf-js": "1.x",
|
|
"useragent": "^2.1.11"
|
|
},
|
|
"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 && python ./build/build.py --debug || not-in-publish"
|
|
}
|
|
}
|