{
  "name": "m3u8-stream-list",
  "version": "1.1.0",
  "description": "Return all awailable streams from m3u8 playlist",
  "main": "index.js",
  "scripts": {
    "test": "tape test.js",
    "cover": "istanbul cover -x test.* node_modules/tape/bin/tape test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/reklatsmasters/m3u8-stream-list.git"
  },
  "keywords": [
    "twitch",
    "twich",
    "m3u8",
    "m3u"
  ],
  "author": "Dmitry Tsvettsikh <me@reklatsmasters.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/reklatsmasters/m3u8-stream-list/issues"
  },
  "homepage": "https://github.com/reklatsmasters/m3u8-stream-list#readme",
  "devDependencies": {
    "tape": "^4.5.1"
  },
  "dependencies": {
    "m3u8-reader": "^1.0.0"
  }
}
