UNPKG

792 BJSONView Raw
1{
2 "name": "m3u8stream",
3 "description": "Reads segments from a m3u8 or dash playlist into a consumable stream.",
4 "keywords": [
5 "m3u8",
6 "hls",
7 "dash",
8 "live",
9 "playlist",
10 "segments",
11 "stream"
12 ],
13 "version": "0.4.0",
14 "repository": {
15 "type": "git",
16 "url": "git://github.com/fent/node-m3u8stream.git"
17 },
18 "author": "fent (https://github.com/fent)",
19 "main": "./lib/index.js",
20 "files": [
21 "lib"
22 ],
23 "scripts": {
24 "test": "istanbul cover node_modules/.bin/_mocha -- test/*-test.js"
25 },
26 "dependencies": {
27 "miniget": "^1.1.0",
28 "sax": "^1.2.4"
29 },
30 "devDependencies": {
31 "istanbul": "^0.4.5",
32 "lolex": "^2.7.1",
33 "mocha": "^5.0.0",
34 "nock": "^9.3.2"
35 },
36 "engines": {
37 "node": ">=4"
38 },
39 "license": "MIT"
40}