forked from iobroker-community-adapters/ioBroker.telegram
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.05 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
41
42
43
{
"name": "iobroker.telegram",
"description": "The adapter allows to send and receive telegram messages from ioBroker and to be a broker.",
"version": "0.2.0",
"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.20.1"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-replace": "^0.9.3",
"grunt-contrib-jshint": "^0.11.2",
"grunt-jscs": "^2.0.0",
"grunt-http": "^2.0.0",
"mocha": "^2.3.4",
"chai": "^3.4.1"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.telegram/issues"
},
"main": "main.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha"
},
"license": "MIT"
}