From cab5043c26279143145d3b2d05151eb82d117796 Mon Sep 17 00:00:00 2001 From: Farrel Nikoson Date: Thu, 26 Dec 2024 13:06:58 +0700 Subject: [PATCH] Add poplog w/ git auto-update --- p/poplog.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 p/poplog.json diff --git a/p/poplog.json b/p/poplog.json new file mode 100644 index 000000000..7cc2d7d5d --- /dev/null +++ b/p/poplog.json @@ -0,0 +1,35 @@ +{ + "name": "poplog", + "filename": "poplog.min.js", + "homepage": "github.com/VArtzy/poplog#readme", + "description": "PopLog is a simple, effective and lightweight JavaScript package that transforms console.log outputs into browser-friendly toast notifications.", + "keywords": [ + "development-tools", + "logging", + "log", + "devtools" + ], + "license": "ISC", + "repository": { + "type": "git", + "url": "git://github.com/VArtzy/poplog.git" + }, + "autoupdate": { + "source": "git", + "target": "git://github.com/VArtzy/poplog.git", + "fileMap": [ + { + "basePath": "", + "files": [ + "index.js" + ] + } + ] + }, + "authors": [ + { + "name": "Farrel Nikoson", + "email": "farrelnikoson@gmail.com" + } + ] +}