-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 904 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 904 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "thelounge-plugin-emotes",
"version": "1.0.0",
"description": "Twitch-style emotes for The Lounge IRC client. Supports 7TV, BetterTTV, and FrankerFaceZ global emotes.",
"keywords": [
"thelounge",
"thelounge-plugin",
"emotes",
"twitch",
"7tv",
"bttv",
"betterttv",
"ffz",
"frankerfacez",
"irc"
],
"homepage": "https://github.com/zendorea/thelounge-plugin-emotes",
"bugs": {
"url": "https://github.com/zendorea/thelounge-plugin-emotes/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/zendorea/thelounge-plugin-emotes.git"
},
"license": "MIT",
"author": "Zendorea",
"main": "index.js",
"files": [
"index.js",
"emotes.css",
"client.js",
"README.md",
"LICENSE"
],
"thelounge": {
"supports": "^4.0.0",
"name": "Emotes"
},
"engines": {
"node": ">=14.0.0"
}
}