{ "name": "telegram-api", "version": "0.4.6", "description": "Control Telegram bots easily using the new Telegram API", "main": "index.js", "scripts": { "test": "grunt test" }, "repository": { "type": "git", "url": "https://github.com/mdibaiee/node-telegram-api" }, "keywords": [ "Telegram", "bot", "node", "module" ], "author": "Mahdi Dibaiee", "license": "MIT", "bugs": { "url": "https://github.com/mdibaiee/node-telegram-api/issues" }, "files": ["types", "build", "index.js"], "directories": { "lib": "lib" }, "engines": { "node": ">=0.12.0" }, "homepage": "https://github.com/mdibaiee/node-telegram-api", "dependencies": { "babel": "^5.6.14", "grunt": "^0.4.5", "grunt-babel": "^5.0.1", "grunt-contrib-copy": "^0.8.0", "grunt-contrib-watch": "^0.6.1", "grunt-eslint": "^16.0.0", "mime": "^1.3.4", "qs": "^4.0.0", "restler": "^3.3.0" } }