forked from grkblood13/m3u-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 776 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
{
"name": "m3u-builder",
"version": "2.2.0",
"bin": {
"m3u-builder": "./main.js"
},
"description": "Customize existing m3u lists and xmltv guides that can be used with IPTV Simple Client.",
"keywords": [
"m3u",
"xmltv",
"kodi",
"iptv",
"xtream editor"
],
"repository": "https://github.com/grkblood13/m3u-builder.git",
"author": "grkblood13 <[email protected]>",
"dependencies": {
"connect": "3.6.2",
"follow-redirects": "^1.4.1",
"merge": "1.2.0",
"minimist": "1.2.0",
"pretty-data": "0.40.0",
"serve-static": "1.12.3",
"xml2js": "^0.4.17",
"xmlbuilder": "^9.0.7"
},
"engines": {
"node": ">= 6"
}
}