node-telegram-api/package.json
Mahdi Dibaiee cf6c79e1e3 rename
2015-06-27 01:16:22 +04:30

30 lines
630 B
JSON

{
"name": "telegram-api",
"version": "0.1.0",
"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"
},
"homepage": "https://github.com/mdibaiee/node-telegram-api",
"dependencies": {
"babel": "^5.6.8",
"qs": "^3.1.0"
}
}