Update package.json

This commit is contained in:
freearhey 2019-09-15 14:07:14 +03:00
parent 00e5379975
commit cf0f311df4
1 changed files with 1 additions and 8 deletions

View File

@ -1,12 +1,5 @@
{ {
"name": "iptv", "name": "iptv",
"keywords": [
"iptv",
"playlist",
"tv",
"channels"
],
"main": "index.m3u",
"scripts": { "scripts": {
"test": "node test/index.js", "test": "node test/index.js",
"generate": "node helpers/generate.js", "generate": "node helpers/generate.js",
@ -18,7 +11,7 @@
}, },
"author": "Arhey <free.arhey@gmail.com>", "author": "Arhey <free.arhey@gmail.com>",
"private": true, "private": true,
"license": "ISC", "license": "Unlicense",
"bugs": { "bugs": {
"url": "https://github.com/freearhey/iptv/issues" "url": "https://github.com/freearhey/iptv/issues"
}, },