From b47119231f6a09d28fb5f4d3c119029ba87913eb Mon Sep 17 00:00:00 2001 From: yago Date: Tue, 7 Jul 2015 22:29:09 +0200 Subject: [PATCH] contributors on package.json --- package.json | 33 +++++++++++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 358e708..e49526e 100644 --- a/package.json +++ b/package.json @@ -38,5 +38,34 @@ "bugs": { "url": "https://github.com/yagop/node-telegram-bot-api/issues" }, - "homepage": "https://github.com/yagop/node-telegram-bot-api" -} + "homepage": "https://github.com/yagop/node-telegram-bot-api", + "contributors": [ + { + "name": "Ilias Ismanalijev", + "email": "hello@illyism.com", + "url": "https://github.com/Illyism", + "contributions": 3, + "additions": 52, + "deletions": 4, + "hireable": true + }, + { + "name": "Yago", + "email": "yago@yago.me", + "url": "https://github.com/yagop", + "contributions": 38, + "additions": 947, + "deletions": 113, + "hireable": true + }, + { + "name": "Riddler", + "email": "", + "url": "https://github.com/Waterloo", + "contributions": 3, + "additions": 64, + "deletions": 2, + "hireable": true + } + ] +} \ No newline at end of file