{
  "name": "@lixuc/jsmpeg",
  "version": "1.0.4",
  "description": "JSMpeg is a Video Player written in JavaScript. It consists of an MPEG-TS demuxer, MPEG1 video & MP2 audio decoders, WebGL & Canvas2D renderers and WebAudio sound output. JSMpeg can load static videos via Ajax and allows low latency streaming (~50ms) via WebSockets.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xuchengli/jsmpeg.git"
  },
  "author": "lixucheng (lixucheng@aliyun.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/xuchengli/jsmpeg/issues"
  },
  "homepage": "https://github.com/xuchengli/jsmpeg#readme"
}
