-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 953 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
{
"name": "google-skype-bot",
"version": "1.0.0",
"description": "Bot that takes info from spreadsheet & posts it to Skype chat at specific time",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dmk1111/google-skype-bot.git"
},
"author": "Dmyrto Holysh",
"license": "ISC",
"bugs": {
"url": "https://github.com/dmk1111/google-skype-bot/issues"
},
"homepage": "https://github.com/dmk1111/google-skype-bot#readme",
"dependencies": {
"botbuilder": "^3.13.1",
"botbuilder-azure": "^3.0.4",
"google-auth-library": "^0.12.0",
"googleapis": "^24.0.0",
"node-fetch": "^2.0.0",
"ontime": "0.0.4",
"request": "^2.81.0",
"restify": "^5.0.0",
"restify-errors": "^6.0.0",
"xml2js": "^0.4.19"
},
"devDependencies": {
"zip-folder": "^1.0.0"
}
}