iptv/package.json

27 lines
639 B
JSON
Raw Normal View History

2018-11-16 00:41:15 +01:00
{
"name": "iptv",
"scripts": {
"test": "node test/index.js",
2019-04-30 15:52:38 +02:00
"generate": "node helpers/generate.js",
2019-08-08 02:33:34 +02:00
"format": "node helpers/format.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,
2019-09-15 13:07:14 +02:00
"license": "Unlicense",
2018-11-16 00:41:15 +01:00
"bugs": {
"url": "https://github.com/freearhey/iptv/issues"
},
"homepage": "https://github.com/freearhey/iptv#readme",
"dependencies": {},
"devDependencies": {
2019-07-07 03:07:57 +02:00
"axios": ">=0.18.1",
2019-08-07 14:40:05 +02:00
"m3u8-file-parser": "^0.2.1",
"playlist-parser": "0.0.12",
"xmldom": "^0.1.27"
2018-11-16 00:41:15 +01:00
}
}