mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-26 17:46:26 +03:00
e2f31dd268
This script checks for versioning mistakes and will prevent npm publication if any of the checks fail. This also drops the check.sh script, which nobody was using. Related to #30 Change-Id: Ic8e504515ac31beb7833207aa2ac463d40cfae88
31 lines
711 B
JSON
31 lines
711 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/checkversion.sh && ./build/all.sh"
|
|
}
|
|
}
|