lbry-unity/LBRY 3D Viewer/Assets/Editor/LBRY/lbry-format/package.json

16 lines
306 B
JSON
Raw Normal View History

2019-01-07 00:59:50 +01:00
{
"name": "lbry-format",
"version": "0.1.0",
"description": "LBRY format toolkit",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"tar-stream": "^1.6.2",
"zstd-codec": "^0.1.1"
}
}