forked from KamilaBorowska/PSDevBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 811 Bytes
/
package.json
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
{
"name": "psdevbot",
"version": "0.1.0",
"description": "Bot that reports changes to Pokemon Showdown on Pokemon Showdown",
"bugs": "https://github.com/xfix/PSDevBot/issues",
"license": "MIT",
"author": "xfix (Konrad Borowski)",
"repository": {
"type": "git",
"url": "https://github.com/xfix/PSDevBot.git"
},
"config": {
"webhookport": "3420",
"secret": "",
"server": "sim.smogon.com",
"serverport": "8000",
"serverid": "showdown",
"nickname": "",
"password": "",
"room": ""
},
"dependencies": {
"githubhook": "^1.1.3",
"python-format": "^1.0.0",
"websocket": "^1.0.17",
"request": "^2.53.0",
"escape-html": "^1.0.1"
},
"private": true
}