forked from SenTzu01/pimatic-telegram
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·67 lines (67 loc) · 1.8 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "pimatic-telegram",
"description": "Plugin to send notifications and execute commands using the Telegram messaging platform",
"author": "Danny Wigmans (SenTzu01)",
"license": "GPL-2.0",
"main": "telegram.coffee",
"files": [
"telegram.coffee",
"README.md",
"telegram-config-schema.coffee",
"telegram-device-config-schema.coffee",
"LICENSE",
"INSTALL"
],
"version": "1.1.14",
"homepage": "https://github.com/SenTzu01/pimatic-telegram",
"repository": {
"type": "git",
"url": "git://github.com/SenTzu01/pimatic-telegram.git"
},
"configSchema": "telegram-config-schema.coffee",
"dependencies": {
"pimatic-plugin-commons": "^0.8.7",
"telegraf": "^3.33.3"
},
"peerDependencies": {
"pimatic": ">=0.9.*"
},
"engines": {
"node": ">=8.0.0",
"npm": ">1.1.x"
},
"bugs": {
"url": "https://github.com/SenTzu01/pimatic-telegram/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"_shasum": "2dec98ff9dd46bd444d8530f814e2f2fc90250fc",
"_from": "pimatic-telegram@1.0.1",
"_npmVersion": "2.15.11",
"_nodeVersion": "4.6.2",
"_npmUser": {
"name": "sentzu01",
"email": "sentzu01@gmail.com"
},
"dist": {
"shasum": "2dec98ff9dd46bd444d8530f814e2f2fc90250fc",
"tarball": "https://registry.npmjs.org/pimatic-telegram/-/pimatic-telegram-1.0.1.tgz"
},
"maintainers": [
"sentzu01 <sentzu01@gmail.com>"
],
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/pimatic-telegram-1.0.1.tgz_1481760134722_0.9052918660454452"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/pimatic-telegram/-/pimatic-telegram-1.0.1.tgz",
"keywords": [
"pimatic",
"telegram",
"pimatic-telegram",
"home",
"automation"
]
}