Files
shaka-player/package.json
T
Joey Parrish dddd830913 Update changelog and bump version to v1.4.0
Change-Id: Iaf47e964ffbae597382ec4bc19ed961da4dff674
2015-07-06 17:44:41 -07:00

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