forked from RITlug/teleirc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 857 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
{
"name": "teleirc-bot",
"version": "1.2.1",
"description": "A simple Telegram <=> IRC bot",
"main": "teleirc.js",
"scripts": {
"start": "node teleirc.js",
"test": "nodeunit ./tests"
},
"repository": {
"type": "git",
"url": "https://github.com/RITlug/teleirc.git"
},
"keywords": [
"telegram",
"irc",
"RITlug"
],
"author": "Mark Repka, Seth Hendrick, Nate Levesque, Robby O'Connor, Justin W. Flory, RITlug, and TeleIRC community",
"license": "MIT",
"dependencies": {
"dotenv": "^2.0.0",
"escape-html": "^1.0.3",
"iconv": "^2.3.1",
"imgur": "^0.3.1",
"irc-upd": "^0.10.0",
"irc-colors": "1.4.2",
"irc-formatting": "1.0.0-rc3",
"node": "^10",
"node-telegram-bot-api": "^0.30.0",
"simple-markdown": "0.4.0"
},
"devDependencies": {
"nodeunit": "^0.11.2"
}
}