iptv/package.json
2019-08-08 03:33:34 +03:00

34 lines
730 B
JSON

{
"name": "iptv",
"keywords": [
"iptv",
"playlist",
"tv",
"channels"
],
"main": "index.m3u",
"scripts": {
"test": "node test/index.js",
"generate": "node helpers/generate.js",
"format": "node helpers/format.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/freearhey/iptv.git"
},
"author": "Arhey <free.arhey@gmail.com>",
"private": true,
"license": "ISC",
"bugs": {
"url": "https://github.com/freearhey/iptv/issues"
},
"homepage": "https://github.com/freearhey/iptv#readme",
"dependencies": {},
"devDependencies": {
"axios": ">=0.18.1",
"m3u8-file-parser": "^0.2.1",
"playlist-parser": "0.0.12",
"xmldom": "^0.1.27"
}
}