node-telegram-api/package.json

30 lines
630 B
JSON
Raw Normal View History

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