forked from AgustinSRG/Showdown-ChatBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 988 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
31
32
33
34
35
36
37
38
39
{
"name": "showdown-chatbot",
"version": "1.8.1-beta",
"author": {
"name": "Agustin San Roman",
"email": "[email protected]",
"url": "https://github.com/asanrom"
},
"scripts": {
"start": "node run-forever",
"test": "eslint --cache showdown-chatbot config-example.js src/",
"fix-test": "eslint --fix --cache showdown-chatbot config-example.js src/"
},
"main": "showdown-chatbot",
"bin": "showdown-chatbot",
"engines": {
"node": "> 4.0.0"
},
"dependencies": {
"sockjs-client": "1.1.4",
"busboy": "0.2.14"
},
"optionalDependencies": {
"websocket": "1.0.23",
"githubhook": "1.6.1",
"mysql": "2.12.0"
},
"description": "Bot for Pokemon Showdown",
"homepage": "https://github.com/asanrom/Showdown-ChatBot",
"repository": {
"type": "git",
"url": "https://github.com/asanrom/Showdown-ChatBot.git"
},
"private": true,
"license": "MIT",
"devDependencies": {
"eslint": "4.1.1"
}
}