2018-11-16 00:41:15 +01:00
|
|
|
{
|
|
|
|
"name": "iptv",
|
2018-11-23 21:01:36 +01:00
|
|
|
"version": "0.0.12",
|
2018-11-16 00:41:15 +01:00
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2018-11-16 04:47:31 +01:00
|
|
|
"test": "node test/index.js"
|
2018-11-16 00:41:15 +01:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|