27 lines
604 B
JSON
27 lines
604 B
JSON
{
|
|
"name": "",
|
|
"description": "A media packaging tool and SDK.",
|
|
"version": "",
|
|
"private": false,
|
|
"homepage": "https://github.com/shaka-project/shaka-packager",
|
|
"author": "Google",
|
|
"maintainers": [
|
|
{
|
|
"name": "Joey Parrish",
|
|
"email": "joeyparrish@google.com"
|
|
}
|
|
],
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/shaka-project/shaka-packager.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/shaka-project/shaka-packager/issues"
|
|
},
|
|
"license": "See LICENSE",
|
|
"scripts": {
|
|
"prepublishOnly": "node prepublish.js"
|
|
}
|
|
}
|