ebml-block
Version:
EBML Block Parser
30 lines (29 loc) • 623 B
JSON
{
"name": "ebml-block",
"version": "1.1.2",
"description": "EBML Block Parser",
"main": "index.js",
"scripts": {
"test": "standard"
},
"dependencies": {},
"devDependencies": {},
"author": "Mathias Rasmussen <mathiasvr@gmail.com>",
"license": "MIT",
"keywords": [
"ebml",
"matroska",
"mkv",
"block",
"simpleblock",
"lacing"
],
"repository": {
"type": "git",
"url": "git+https://github.com/mathiasvr/ebml-block.git"
},
"bugs": {
"url": "https://github.com/mathiasvr/ebml-block/issues"
},
"homepage": "https://github.com/mathiasvr/ebml-block#readme"
}