iptv/package.json
2018-12-13 18:43:58 +03:00

32 lines
703 B
JSON

{
"name": "iptv",
"version": "0.1.14",
"description": "Free IPTV playlist containing about 3000 channels from all over the world",
"keywords": [
"iptv",
"playlist",
"tv",
"channels"
],
"main": "index.m3u",
"scripts": {
"test": "node test/index.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.0",
"playlist-parser": "0.0.12"
}
}