Files
shaka-player/package.json
T
Joey Parrish d5253cdc08 Add NPM metadata.
This also configures the package to compile at publish time, which
should enable cdnjs to auto-update the library.

Change-Id: Ib32ac1c44d11e10f344a2409caa800d7312c1996
2015-01-26 15:08:47 -08:00

31 lines
684 B
JSON

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