Added tests for the playlist

This commit is contained in:
freearhey
2018-11-16 02:41:15 +03:00
parent a5ca86eaaf
commit 029eaf9fb4
3 changed files with 155 additions and 0 deletions

24
package.json Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "iptv",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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"
}
}