{
    "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 <grkblood13@hotmail.com>",
    "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"
    }
}
