Files
shaka-player/package.json
T
Joey Parrish 05e593d5e8 Update changelog and bump versions for 1.6.0
Change-Id: I8fdb562b35bdb2ae77a8250990bfeb0058c8faa7
2015-11-16 14:48:27 -08:00

32 lines
745 B
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"
}
],
"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"
}
],
"scripts": {
"prepublish": "./build/checkversion.sh && ./build/all.sh"
}
}