Files
shaka-player/package.json
T
Timothy Drews 0ee549727a Bump version numbers for v1.5.0
Change-Id: Ifcf55b95091763f18f652dadc03f2d37f986c072
2015-09-17 14:41:12 -07:00

32 lines
745 B
JSON

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