mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-23 17:27:16 +03:00
8add78dedc
Change-Id: Id5e011b15728a8f429e527264c62e2339e4dcfaf
31 lines
684 B
JSON
31 lines
684 B
JSON
{
|
|
"name": "shaka-player",
|
|
"description": "DASH/EME video player library",
|
|
"version": "1.2.0",
|
|
"homepage": "https://github.com/google/shaka-player",
|
|
"author": "Google",
|
|
"maintainers": [
|
|
{
|
|
"name": "Joey Parrish",
|
|
"email": "joeyparrish@google.com"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/google/shaka-player.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/google/shaka-player/issues"
|
|
},
|
|
"license": "Apache License 2.0",
|
|
"licenses": [
|
|
{
|
|
"type": "Apache",
|
|
"url": "https://github.com/google/shaka-player/blob/master/LICENSE.txt"
|
|
}
|
|
],
|
|
"scripts": {
|
|
"prepublish": "./build/all.sh"
|
|
}
|
|
}
|