forked from finnp/gitter-irc-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 785 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
{
"name": "gitter-irc-bot",
"version": "1.2.0",
"description": "Bot that synchronises messages from a gitter room and an irc channel.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "./bin.js"
},
"bin": {
"gitter-irc-bot": "./bin.js"
},
"author": "Finn Pauls",
"license": "MIT",
"dependencies": {
"JSONStream": "^0.10.0",
"irc": "^0.3.7",
"request": "^2.49.0",
"xtend": "^4.0.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/finnp/gitter-irc-bot"
},
"keywords": [
"irc",
"gitter"
],
"bugs": {
"url": "https://github.com/finnp/gitter-irc-bot/issues"
},
"homepage": "https://github.com/finnp/gitter-irc-bot"
}