mirror of
https://github.com/google/brotli.git
synced 2024-11-21 19:20:09 +00:00
68f1b90ad0
Prepare to use copybara worklow.
15 lines
217 B
JSON
15 lines
217 B
JSON
{
|
|
"name": "brotli",
|
|
"description": "Pure JavaScript Brotli implementation",
|
|
"bin": {
|
|
"brotli": "cli.js"
|
|
},
|
|
"files": [
|
|
"cli.js",
|
|
"decode.js",
|
|
],
|
|
"dependencies": {
|
|
"yargs": "~8.0.2"
|
|
},
|
|
}
|