Release v0.0.13
This commit is contained in:
parent
28449bea78
commit
3ac3175897
15
package.json
15
package.json
|
@ -1,8 +1,14 @@
|
|||
{
|
||||
"name": "iptv",
|
||||
"version": "0.0.12",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"version": "0.0.13",
|
||||
"description": "Free IPTV playlist containing about 3000 channels from all over the world",
|
||||
"keywords": [
|
||||
"iptv",
|
||||
"playlist",
|
||||
"tv",
|
||||
"channels"
|
||||
],
|
||||
"main": "index.m3u",
|
||||
"scripts": {
|
||||
"test": "node test/index.js"
|
||||
},
|
||||
|
@ -10,7 +16,8 @@
|
|||
"type": "git",
|
||||
"url": "git+https://github.com/freearhey/iptv.git"
|
||||
},
|
||||
"author": "",
|
||||
"author": "Arhey <free.arhey@gmail.com>",
|
||||
"private": true,
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/freearhey/iptv/issues"
|
||||
|
|
Loading…
Reference in New Issue