mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-24 17:35:10 +03:00
92075fbc29
This also makes all build scripts runnable on Windows using both Cygwin and native python. Change-Id: If324800b8b899cac1cc715d30383255cd5f6ee71
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "shaka-player",
|
|
"description": "DASH/EME video player library",
|
|
"version": "1.6.0",
|
|
"homepage": "https://github.com/google/shaka-player",
|
|
"author": "Google",
|
|
"maintainers": [
|
|
{
|
|
"name": "Joey Parrish",
|
|
"email": "joeyparrish@google.com"
|
|
}
|
|
],
|
|
"devDependencies": {
|
|
"in-publish": "",
|
|
"karma": ">=0.13.19",
|
|
"karma-coverage": "",
|
|
"karma-jasmine": "",
|
|
"karma-jasmine-ajax": "",
|
|
"karma-chrome-launcher": "",
|
|
"karma-opera-launcher": "",
|
|
"karma-firefox-launcher": "",
|
|
"karma-ie-launcher": "",
|
|
"karma-safari-launcher": "",
|
|
"karma-browserstack-launcher": "",
|
|
"jasmine": ">=2.3.2",
|
|
"jasmine-ajax": ">=3.2.0",
|
|
"jasmine-core": ">=2.3.4",
|
|
"sprintf-js": "",
|
|
"rimraf": ""
|
|
},
|
|
"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 || not-in-publish"
|
|
}
|
|
}
|