{ "name": "node-telegram-bot-api", "version": "0.1.0", "description": "Telegram Bot API", "main": "index.js", "directories": { "example": "examples", "test": "test" }, "keywords": [ "telegram", "telegram bot", "telegram bot api", "bot" ], "scripts": { "test": "mocha test/index.js", "test-cov": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage" }, "author": "Yago Pérez ", "license": "MIT", "dependencies": { "bluebird": "^2.9.30", "mime": "^1.3.4", "request": "^2.58.0" }, "devDependencies": { "coveralls": "^2.11.2", "istanbul": "^0.3.17", "mocha": "^2.2.5", "mocha-lcov-reporter": "0.0.2", "should": "^7.0.1" }, "repository": { "type": "git", "url": "https://github.com/yagop/telegram-bot-api.git" }, "bugs": { "url": "https://github.com/yagop/telegram-bot-api/issues" }, "homepage": "https://github.com/yagop/telegram-bot-api" }