2018-11-16 00:41:15 +01:00
|
|
|
{
|
|
|
|
"name": "iptv",
|
2019-03-19 03:12:26 +01:00
|
|
|
"version": "0.3.0",
|
|
|
|
"description": "Collection of 5000+ free IPTV channels from all over the world",
|
2018-11-23 23:05:24 +01:00
|
|
|
"keywords": [
|
|
|
|
"iptv",
|
|
|
|
"playlist",
|
|
|
|
"tv",
|
|
|
|
"channels"
|
|
|
|
],
|
|
|
|
"main": "index.m3u",
|
2018-11-16 00:41:15 +01:00
|
|
|
"scripts": {
|
2019-04-23 20:49:09 +02:00
|
|
|
"test": "node test/index.js",
|
|
|
|
"generate": "node src/generate.js"
|
2018-11-16 00:41:15 +01:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/freearhey/iptv.git"
|
|
|
|
},
|
2018-11-23 23:05:24 +01:00
|
|
|
"author": "Arhey <free.arhey@gmail.com>",
|
|
|
|
"private": true,
|
2018-11-16 00:41:15 +01:00
|
|
|
"license": "ISC",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/freearhey/iptv/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/freearhey/iptv#readme",
|
|
|
|
"dependencies": {},
|
|
|
|
"devDependencies": {
|
|
|
|
"axios": "^0.18.0",
|
|
|
|
"playlist-parser": "0.0.12"
|
|
|
|
}
|
|
|
|
}
|