forked from dzg/matrix-googlevoice
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 747 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 747 Bytes
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
{
"name": "matrix-googlevoice",
"version": "1.0.3",
"description": "Matrix Google Voice Bridge Bot",
"main": "matrix-googlevoice-bot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dzg/matrix-googlevoice.git"
},
"keywords": [
"matrix",
"google-voice",
"bot"
],
"author": "https://github.com/dzg",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/dzg/matrix-googlevoice/issues"
},
"homepage": "https://github.com/dzg/matrix-googlevoice#readme",
"dependencies": {
"async": "^3.2.3",
"gmail-send": "^1.8.14",
"googleapis": "^97.0.0",
"imap": "^0.8.19",
"mailparser": "^3.4.0",
"matrix-bot-sdk": "^0.5.19"
}
}