mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-16 16:16:40 +03:00
ae8b3fb3f0
This cuts down build time by 30%. Change-Id: I882a7d5996aa996863af418006d3e40b95d6df05
32 lines
749 B
JSON
32 lines
749 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"
|
|
}
|
|
],
|
|
"main": "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 License 2.0",
|
|
"licenses": [
|
|
{
|
|
"type": "Apache",
|
|
"url": "https://github.com/google/shaka-player/blob/master/LICENSE.txt"
|
|
}
|
|
],
|
|
"scripts": {
|
|
"prepublish": "./build/checkversion.sh && ./build/all.sh"
|
|
}
|
|
}
|