Files
shaka-player/package.json
T
Yohann Connell ba9cab7e4a Renaming LICENSE.txt to LICENSE to match google3 requirement
Change-Id: Ide40f3662bed567048b6650daaa3c53a85fe852a
2015-09-04 00:02:52 +00:00

32 lines
745 B
JSON

{
"name": "shaka-player",
"description": "DASH/EME video player library",
"version": "1.4.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"
}
}