thelounge-plugin-prism
Version:
Simple plugin for the irc client thelounge that allows you to apply rainbow color to a message
25 lines (24 loc) • 660 B
JSON
{
"name": "thelounge-plugin-prism",
"version": "1.0.8",
"description": "Simple plugin for the irc client thelounge that allows you to apply rainbow color to a message",
"main": "index.js",
"author": "SakiiR <sakiir@protonmail.com>",
"license": "MIT",
"homepage": "https://github.com/SakiiR/thelounge-plugin-prism",
"repository": "https://github.com/SakiiR/thelounge-plugin-prism",
"bugs": {
"url": "https://github.com/SakiiR/thelounge-plugin-prism/issues"
},
"keywords": [
"thelounge",
"thelounge-plugin"
],
"thelounge": {
"name": "Prism",
"type": "plugin"
},
"dependencies": {
"thelounge": "^4.3.1"
}
}