forked from lukefx/hubot-telegram
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 879 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
{
"name": "hubot-telegram",
"version": "0.1.2",
"description": "Hubot adapter for Telegram",
"main": "./src/telegram",
"scripts": {
"test": "node_modules\\.bin\\mocha --compilers coffee:coffee-script/register"
},
"repository": {
"type": "git",
"url": "https://github.com/lukefx/hubot-telegram.git"
},
"keywords": [
"hubot",
"adapter",
"telegram",
"telegram hubot",
"hubot telegram"
],
"author": "Luca Simone <[email protected]>",
"contributors": [
"Chris Brand <[email protected]> (http://www.chrisbrand.co.za)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/lukefx/hubot-telegram/issues"
},
"homepage": "https://github.com/lukefx/hubot-telegram",
"dependencies": {
"telegrambot": "*"
},
"devDependencies": {
"hubot": "*",
"coffee-script": "*",
"mocha": "*"
}
}