-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 774 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 774 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
{
"name": "codelinered/twitch-chatbot",
"description": "Twitch Chatbot made with Vue Skeleton",
"version": "1.16.0",
"keywords": ["gulp", "twitch", "twitch-tmi", "chatbot", "vue", "vue router", "vue i18n", "bootstrap", "fontawesome", "docker", "jquery"],
"homepage": "https://tcb.codelinered.net",
"license": "MIT",
"type": "project",
"authors": [
{
"name": "CodelineRed",
"email": "software@codelinered.net",
"homepage": "https://www.codelinered.net"
}
],
"minimum-stability": "stable",
"require": {
"php": "^7.4",
"vrana/adminer": "4.6.2"
},
"config": {
"process-timeout": 0,
"platform": {
"php": "7.4.30"
}
}
}