node-telegram-bot
Version:
Telegram Bot API Wrapper for nodejs
51 lines (50 loc) • 1.31 kB
JSON
{
"name": "node-telegram-bot",
"version": "0.1.9",
"description": "Telegram Bot API Wrapper for nodejs",
"main": "index.js",
"keywords": [
"telegram",
"telegram bot",
"telegram bot api",
"bot"
],
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/depoio/node-telegram-bot.git"
},
"author": [
"Shern Shiou Tan <shernshiou@gmail.com> (http://blog.shernshiou.com/)",
"Chin Ning Gan <chinning.gan@gmail.com>"
],
"contributors": [
"Alberto Bottarini <alberto.bottarini@gmail.com> (http://www.albertobottarini.com)",
"Sebastian Arena <sarena@mobile-tonic.com> (http://mobile-tonic.com)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/depoio/node-telegram-bot/issues"
},
"homepage": "https://github.com/depoio/node-telegram-bot#readme",
"dependencies": {
"botanio-node": "^1.0.2",
"debug": "^2.2.0",
"mime": "^1.3.4",
"q": "^1.4.1",
"request": "^2.58.0"
},
"devDependencies": {
"chai": "^3.0.0",
"gh-pages": "^0.3.1",
"gulp": "^3.9.0",
"gulp-eslint": "^1.0.0",
"gulp-mocha": "^2.1.2",
"gulp-shell": "^0.4.2",
"ink-docstrap": "^0.5.2",
"jsdoc": "git+https://github.com/jsdoc3/jsdoc.git",
"nock": "^2.6.0"
}
}