thelounge-plugin-closepms
Version:
The Lounge plugin to close all PMs on a network
32 lines (31 loc) • 736 B
JSON
{
"name": "thelounge-plugin-closepms",
"version": "1.0.2",
"description": "The Lounge plugin to close all PMs on a network",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alyx/thelounge-plugin-closepms.git"
},
"keywords": [
"thelounge",
"irc",
"thelounge-plugin"
],
"author": "alyx",
"license": "ISC",
"bugs": {
"url": "https://github.com/alyx/thelounge-plugin-closepms/issues"
},
"homepage": "https://github.com/alyx/thelounge-plugin-closepms#readme",
"thelounge": {
"name": "ClosePMs",
"type": "plugin"
},
"dependencies": {
"thelounge": "^4.0.0"
}
}