forked from skimotv/m3u8downloader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 768 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "m3u8downloader",
"description": "Downloads a m3u8 playlist into a specified local directory, with all its media segments",
"version": "0.2.6",
"private": false,
"main": "./lib/m3u8downloader.js",
"dependencies": {
"async": "^0.9.0",
"request":"^2.51.0",
"mkdirp":"latest"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/skimotv/m3u8downloader.git"
},
"keywords": [
"m3u8downloader",
"HLS",
"hls",
"MBR",
"Apple"
],
"author": "Skimo TV Inc.,",
"license": "MIT",
"bugs": {
"url": "https://github.com/skimotv/m3u8downloader/issues"
},
"homepage": "https://github.com/skimotv/m3u8downloader"
}