Commit 86116140db09315aac0841438779e66a10404179

Authored by Adhidarma Hadiwinoto
1 parent 41f4181c1a
Exists in master

0.11.0

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

1 { 1 {
2 "name": "komodo-center-telegram", 2 "name": "komodo-center-telegram",
3 "version": "0.10.0", 3 "version": "0.11.0",
4 "description": "Komodo Center using Telegram transport", 4 "description": "Komodo Center using Telegram transport",
5 "main": "index.js", 5 "main": "index.js",
6 "scripts": { 6 "scripts": {
7 "test": "mocha", 7 "test": "mocha",
8 "postversion": "git push && git push --tags" 8 "postversion": "git push && git push --tags"
9 }, 9 },
10 "repository": { 10 "repository": {
11 "type": "git", 11 "type": "git",
12 "url": "git@gitlab.kodesumber.com:komodo/komodo-center-telegram.git" 12 "url": "git@gitlab.kodesumber.com:komodo/komodo-center-telegram.git"
13 }, 13 },
14 "keywords": [ 14 "keywords": [
15 "ppob", 15 "ppob",
16 "komodo", 16 "komodo",
17 "telegram" 17 "telegram"
18 ], 18 ],
19 "author": "Adhidarma Hadiwinoto <me@adhisimon.org>", 19 "author": "Adhidarma Hadiwinoto <me@adhisimon.org>",
20 "license": "ISC", 20 "license": "ISC",
21 "devDependencies": { 21 "devDependencies": {
22 "should": "^13.2.1" 22 "should": "^13.2.1"
23 }, 23 },
24 "dependencies": { 24 "dependencies": {
25 "komodo-sdk": "git+http://gitlab.kodesumber.com/komodo/komodo-sdk.git", 25 "komodo-sdk": "git+http://gitlab.kodesumber.com/komodo/komodo-sdk.git",
26 "lru-cache": "^4.1.1", 26 "lru-cache": "^4.1.1",
27 "node-telegram-bot-api": "^0.30.0", 27 "node-telegram-bot-api": "^0.30.0",
28 "request": "^2.83.0" 28 "request": "^2.83.0"
29 } 29 }
30 } 30 }
31 31