mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-13 15:46:46 +03:00
d5253cdc08
This also configures the package to compile at publish time, which should enable cdnjs to auto-update the library. Change-Id: Ib32ac1c44d11e10f344a2409caa800d7312c1996
31 lines
684 B
JSON
31 lines
684 B
JSON
{
|
|
"name": "shaka-player",
|
|
"description": "DASH/EME video player library",
|
|
"version": "1.1.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"
|
|
}
|
|
}
|