2
0
mirror of https://github.com/yagop/node-telegram-bot-api synced 2025-08-31 06:16:07 +00:00
This commit is contained in:
yago
2015-08-08 13:00:33 +02:00
parent 4ca7ca4ebe
commit 5a0c67f528

View File

@@ -1,6 +1,6 @@
{ {
"name": "node-telegram-bot-api", "name": "node-telegram-bot-api",
"version": "0.11.1", "version": "0.12.0",
"description": "Telegram Bot API", "description": "Telegram Bot API",
"main": "index.js", "main": "index.js",
"directories": { "directories": {
@@ -41,24 +41,24 @@
}, },
"homepage": "https://github.com/yagop/node-telegram-bot-api", "homepage": "https://github.com/yagop/node-telegram-bot-api",
"contributors": [ "contributors": [
{
"name": "Ilias Ismanalijev",
"email": "hello@illyism.com",
"url": "https://github.com/Illyism",
"contributions": 7,
"additions": 140,
"deletions": 10,
"hireable": true
},
{ {
"name": "Yago", "name": "Yago",
"email": "yago@yago.me", "email": "yago@yago.me",
"url": "https://github.com/yagop", "url": "https://github.com/yagop",
"contributions": 82, "contributions": 89,
"additions": 1572, "additions": 1598,
"deletions": 415, "deletions": 435,
"hireable": true "hireable": true
}, },
{
"name": "Sebastian Troć",
"email": "sebastian.troc@gucman.pl",
"url": "https://github.com/SebastianTroc",
"contributions": 1,
"additions": 1,
"deletions": 1,
"hireable": false
},
{ {
"name": "Riddler", "name": "Riddler",
"email": "", "email": "",
@@ -69,13 +69,13 @@
"hireable": true "hireable": true
}, },
{ {
"name": "Sebastian Troć", "name": "Ilias Ismanalijev",
"email": "sebastian.troc@gucman.pl", "email": "hello@illyism.com",
"url": "https://github.com/SebastianTroc", "url": "https://github.com/Illyism",
"contributions": 1, "contributions": 7,
"additions": 1, "additions": 140,
"deletions": 1, "deletions": 10,
"hireable": false "hireable": true
} }
] ]
} }