43 lines
924 B
JSON
43 lines
924 B
JSON
{
|
|
"name": "telegram-api",
|
|
"version": "0.3.4",
|
|
"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"
|
|
},
|
|
"directories": {
|
|
"lib": "lib",
|
|
"doc": "docs"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.12.0"
|
|
},
|
|
"homepage": "https://github.com/mdibaiee/node-telegram-api",
|
|
"dependencies": {
|
|
"babel": "^5.6.14",
|
|
"form-data": "^1.0.0-rc1",
|
|
"grunt": "^0.4.5",
|
|
"grunt-babel": "^5.0.1",
|
|
"grunt-contrib-symlink": "^0.3.0",
|
|
"grunt-contrib-watch": "^0.6.1",
|
|
"grunt-eslint": "^16.0.0",
|
|
"qs": "^3.1.0"
|
|
}
|
|
}
|