-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 827 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
{
"name": "askozia-telegram-reminder",
"version": "2.0.0",
"description": "Telegram bot for AMI Asterisk interaction",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:FSerg/askozia-telegram-reminder-v2.git"
},
"keywords": [
"telegram",
"bot",
"askozia",
"asterisk",
"node.js"
],
"author": "Arthur McCay & FSerg",
"license": "ISC",
"bugs": {
"url": "https://github.com/FSerg/askozia-telegram-reminder-v2/issues"
},
"homepage": "https://github.com/FSerg/askozia-telegram-reminder-v2#readme",
"dependencies": {
"asterisk-manager": "0.1.x",
"express": "^4.14.0",
"moment": "^2.14.1",
"node-telegram-bot-api": "^0.23.3"
}
}