{
  "name": "@morgas/ebml",
  "version": "3.0.1",
  "description": "ebml parser (encoder fix)",
  "main": "lib/ebml.js",
  "module": "lib/ebml.esm.js",
  "browser": "lib/ebml.iife.js",
  "maintainers": [
    "Jonathan Sifuentes <jayands.dev@gmail.com>",
    "Mark Schmale <masch@masch.it>"
  ],
  "directories": {
    "test": "__test__",
    "lib": "lib"
  },
  "scripts": {
    "test": "jest",
    "lint": "eslint src __test__",
    "lint:fix": "eslint --fix src __test__",
    "build": "rollup --config",
    "prepublish": "check-node-version --npm \">=4\" || npm run prepare",
    "prepare": "npm run build",
    "prepublishOnly": "set NODE_ENV=\"production\" && npm run build"
  },
  "repository": "github:node-ebml/node-ebml",
  "engines": {
    "node": ">= 6.4"
  },
  "keywords": [
    "ebml",
    "webm",
    "mkv",
    "matroska",
    "format"
  ],
  "dependencies": {
    "buffers": "^0.1.1",
    "debug": "~4.1.0"
  },
  "devDependencies": {
    "@babel/core": "~7.2.2",
    "@babel/plugin-proposal-class-properties": "~7.2.1",
    "@babel/plugin-proposal-export-default-from": "~7.2.0",
    "@babel/plugin-proposal-export-namespace-from": "~7.2.0",
    "@babel/plugin-proposal-logical-assignment-operators": "~7.2.0",
    "@babel/plugin-proposal-optional-chaining": "~7.2.0",
    "@babel/preset-env": "~7.2.0",
    "@babel/preset-flow": "~7.0.0",
    "@babel/register": "~7.0.0",
    "babel-core": "7.0.0-bridge.0",
    "babel-eslint": "^10.0.1",
    "babel-jest": "^24.5.0",
    "check-node-version": "^3.2.0",
    "eslint": "^5.2.0",
    "eslint-config-airbnb-base": "^13.0.0",
    "eslint-config-prettier": "^4.1.0",
    "eslint-plugin-flowtype": "^3.0.0",
    "eslint-plugin-import": "^2.13.0",
    "eslint-plugin-node": "^8.0.0",
    "eslint-plugin-prettier": "^3.0.0",
    "flow-bin": "0.92.1",
    "flow-typed": "^2.5.1",
    "jest": "^24.5.0",
    "jest-html-reporter": "^2.4.2",
    "lodash.foreach": "^4.5.0",
    "lodash.map": "^4.6.0",
    "lodash.range": "^3.2.0",
    "mocha": "~5.2.0",
    "prettier": "^1.13.7",
    "prettier-eslint": "^8.8.2",
    "rimraf": "^2.6.2",
    "rollup": "^0.68.0",
    "rollup-plugin-babel": "^4.0.0-beta.8",
    "rollup-plugin-commonjs": "^9.1.5",
    "rollup-plugin-json": "^3.0.0",
    "rollup-plugin-node-builtins": "^2.1.2",
    "rollup-plugin-node-globals": "^1.2.1",
    "rollup-plugin-node-resolve": "^4.0.0",
    "rollup-plugin-replace": "2.1.0",
    "rollup-plugin-terser": "2.0.2",
    "sinon": "^6.3.5",
    "stream-mock": "^1.2.0",
    "unexpected": "^11.0.1",
    "unexpected-date": "^1.2.1",
    "unexpected-eventemitter": "^1.0.1",
    "unexpected-jest-snapshot": "^0.1.0",
    "unexpected-sinon": "^10.10.1"
  },
  "contributors": [
    "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>",
    "Morgas <https://github.com/Morgas01>",
    "Oliver Walzer <walzer@incuray.com>",
    "greenkeeperio-bot <support@greenkeeper.io>"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/node-ebml/node-ebml/issues"
  },
  "homepage": "https://github.com/node-ebml/node-ebml#readme"
}
