Skip to content

Commit

Permalink
Merge pull request #5 from factorykodi/master
Browse files Browse the repository at this point in the history
.
  • Loading branch information
factorykodi committed Jun 24, 2018
2 parents 54bb47c + 62b23d9 commit 241e550
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 61 deletions.
Binary file added img/icons/puhu.focus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/icons/puhu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html

Large diffs are not rendered by default.

87 changes: 27 additions & 60 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,62 +1,29 @@
{
"name": "Puhu Tv",
"version": "1.0.1",
"description": "Puhu TV",
"author":{
"name": "FactoryKodi"
},
"repository": {
"type":"git",
"url":"https://github.com/factorykodi/brtvphtv.git"
},
"dependencies": {
"stb-referrer": "https://github.com/stbsdk/referrer.git",
"code-proxy": "^1.2.21",
"del": "^1.2.0",
"gettext-parser": "^1.1.1",
"gremlins.js": "^0.1.0",
"gulp": "^3.9.0",
"gulp-eslint": "^1.0.0",
"gulp-jade": "^1.1.0",
"gulp-less": "^3.0.3",
"gulp-livereload": "^3.8.0",
"gulp-minify-css": "^1.1.6",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.0",
"gulp-repl": "^0.3.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-util": "^3.0.5",
"gulp-watch": "^4.3.4",
"gulp-zip": "^3.0.2",
"gulp-bump": "*",
"ip": "^0.3.2",
"node-static": "^0.7.7",
"open": "^0.0.5",
"ssh2": "^0.4.10",
"tty-colors": "^0.0.6",
"webpack-stream": "^2.1.0",
"weinre": "^2.0.0-pre-I0Z7U9OV",
"ws": "^0.7.2"
},
"license": "GPL-3.0",
"config": {
"type": "app",
"category": "apps",
"backgroundColor": "#000000",
"name": "PuhuTv",
"legacy": true,
"description": "Puhu TV",
"icons": {
"paths": {
"480": "img/",
"576": "img/",
"720": "img/",
"1080": "img/"
},
"states": {
"normal": "img/thumb.jpg",
"active": "img/thumb.jpg"
}
}
}
"name": "puhutv",
"date": "2018.05.09",
"version": "1.0.2",
"description": "Puhutv for IPTV",
"author": {
"name": "FactoryKodi"
},
"repository": {
"type": "git",
"url": "https://github.com/factorykodi/brtvphtv.git"
},
"dependencies": {},
"config": {
"backgroundColor": "#000000",
"icons": {
"paths": {
"480": "img/",
"576": "img/",
"720": "img/",
"1080": "img/"
},
"states": {
"normal": "icons/puhu.png",
"active": "icons/puhu.focus.png"
}
}
}
}

0 comments on commit 241e550

Please sign in to comment.