mirror of https://github.com/iptv-org/iptv
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
507 B
JSON
25 lines
507 B
JSON
{
|
|
"name": "iptv",
|
|
"version": "0.0.5",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "node test/index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/freearhey/iptv.git"
|
|
},
|
|
"author": "",
|
|
"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"
|
|
}
|
|
}
|