node-telegram-api/package.json

30 lines
607 B
JSON
Raw Normal View History

2015-06-26 17:20:54 +00:00
{
"name": "telegram-bots",
"version": "0.1.0",
"description": "Control Telegram bots easily",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/mdibaiee/node-telegram-bots"
},
"keywords": [
"Telegram",
"bot",
"node",
"module"
],
"author": "Mahdi Dibaiee",
"license": "MIT",
"bugs": {
"url": "https://github.com/mdibaiee/node-telegram-bots/issues"
},
"homepage": "https://github.com/mdibaiee/node-telegram-bots",
"dependencies": {
"babel": "^5.6.8",
"qs": "^3.1.0"
}
}