ebml-stream
Version:
Ebml parser and encoder
58 lines (57 loc) • 1.53 kB
JSON
{
"name": "ebml-stream",
"version": "1.0.3",
"description": "Ebml parser and encoder",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"maintainers": [
"Austin Blake <austin.leroy@hotmail.com>"
],
"directories": {
"lib": "lib"
},
"scripts": {
"pretest": "tsc --project tsconfig.test.json",
"test": "ts-node node_modules/jasmine/bin/jasmine",
"build": "tsc",
"prepare": "npm run build",
"prepublishOnly": "NODE_ENV=production npm run build"
},
"repository": "github:austinleroy/node-ebml",
"engines": {
"node": ">= 10.10.0"
},
"keywords": [
"ebml",
"webm",
"mkv",
"matroska",
"format"
],
"dependencies": {},
"devDependencies": {
"@types/jasmine": "^2.8.8",
"@types/node": "^10.10.1",
"jasmine": "^3.2.0",
"rimraf": "^2.6.2",
"ts-node": "^7.0.1",
"typescript": "^3.0.3"
},
"contributors": [
"Austin Blake <austin.leroy@hotmail.com>",
"Chris Price <price.c@gmail.com>",
"Davy Van Deursen <d.vandeursen@evs.com>",
"Ed Markowski <siphon@protonmail.com>",
"Jonathan Sifuentes <jayands.dev@gmail.com>",
"Manuel Wiedenmann <manuel@funkensturm.de>",
"Mathias Buus <mathiasbuus@gmail.com>",
"Max Ogden <max@maxogden.com>",
"Oliver Walzer <walzer@incuray.com>",
"greenkeeperio-bot <support@greenkeeper.io>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/austinleroy/node-ebml/issues"
},
"homepage": "https://github.com/austinleroy/node-ebml#readme"
}