Commit 9b9050ae75a4898aab58c5de24ff7d176e87e583

Authored by Adhidarma Hadiwinoto
1 parent 6dacbee560
Exists in master

update node-telegram-bot-api

Showing 1 changed file with 1 additions and 1 deletions Inline Diff

1 { 1 {
2 "name": "node-sate24-telegram", 2 "name": "node-sate24-telegram",
3 "version": "0.0.1", 3 "version": "0.0.1",
4 "description": "ST24 Telegram Center", 4 "description": "ST24 Telegram Center",
5 "main": "index.js", 5 "main": "index.js",
6 "scripts": { 6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1" 7 "test": "echo \"Error: no test specified\" && exit 1"
8 }, 8 },
9 "repository": { 9 "repository": {
10 "type": "git", 10 "type": "git",
11 "url": "git@gitlab.kodesumber.com:reload97/sate24-center-telegram.git" 11 "url": "git@gitlab.kodesumber.com:reload97/sate24-center-telegram.git"
12 }, 12 },
13 "keywords": [ 13 "keywords": [
14 "st24", 14 "st24",
15 "reload97", 15 "reload97",
16 "telegram" 16 "telegram"
17 ], 17 ],
18 "author": "husni", 18 "author": "husni",
19 "license": "ISC", 19 "license": "ISC",
20 "dependencies": { 20 "dependencies": {
21 "iniparser": "^1.0.5", 21 "iniparser": "^1.0.5",
22 "node-telegram-bot-api": "^0.12.1", 22 "node-telegram-bot-api": "^0.21.1",
23 "request": "^2.61.0", 23 "request": "^2.61.0",
24 "strftime": "^0.9.2", 24 "strftime": "^0.9.2",
25 "winston": "^1.0.1" 25 "winston": "^1.0.1"
26 } 26 }
27 } 27 }
28 28