iptv/package.json
2018-11-16 06:47:31 +03:00

25 lines
507 B
JSON

{
"name": "iptv",
"version": "0.0.2",
"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"
}
}