thelounge-plugin-giphy
Version:
Simple plugin for the irc client thelounge that allows you to quickly look up giphy-gifs
28 lines (27 loc) • 801 B
JSON
{
"name": "thelounge-plugin-giphy",
"version": "1.0.2",
"description": "Simple plugin for the irc client thelounge that allows you to quickly look up giphy-gifs",
"main": "index.js",
"repository": "https://github.com/MiniDigger/thelounge-plugin-giphy.git",
"author": "MiniDigger <admin@minidigger.me>",
"homepage": "https://minidigger.github.io/thelounge-plugin-giphy",
"license": "MIT",
"keywords": [
"thelounge",
"thelounge-plugin",
"minidigger"
],
"bugs": {
"url": "https://github.com/MiniDigger/thelounge-plugin-giphy/issues"
},
"thelounge": {
"name": "Giphy",
"type": "plugin"
},
"dependencies": {
"axios": "^0.19.0",
"qs": "^6.9.0",
"thelounge": "^3.3.0"
}
}