forked from iobroker-community-adapters/ioBroker.telegram
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.04 KB
/
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
40
{
"name": "iobroker.telegram",
"description": "The adapter allows to send and receive telegram messages from ioBroker and to be a broker.",
"version": "1.4.3",
"author": "bluefox <[email protected]>",
"homepage": "https://github.com/ioBroker/ioBroker.telegram",
"repository": {
"type": "git",
"url": "https://github.com/ioBroker/ioBroker.telegram"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ioBroker/ioBroker.telegram/blob/master/LICENSE"
}
],
"keywords": [
"iobroker",
"notification",
"telegram",
"message"
],
"dependencies": {
"node-telegram-bot-api": "^0.30.0",
"socksv5": "https://github.com/christophgysin/socksv5/tarball/7b4eba5b30ecdb6d9e656dcfede1e6884dc7c6d9"
},
"devDependencies": {
"gulp": "^4.0.0",
"mocha": "^5.2.0",
"chai": "^4.2.0"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.telegram/issues"
},
"main": "main.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit"
},
"license": "MIT"
}