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" + } + ] +}