55 lines
1.2 KiB
JSON
55 lines
1.2 KiB
JSON
{
|
|
"name": "telegram-api",
|
|
"version": "4.2.0",
|
|
"description": "Control Telegram bots easily using the new Telegram API",
|
|
"main": "build/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"
|
|
],
|
|
"directories": {
|
|
"lib": "src"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.12.0"
|
|
},
|
|
"homepage": "https://github.com/mdibaiee/node-telegram-api",
|
|
"dependencies": {
|
|
"babel-polyfill": "^6.7.4",
|
|
"mime": "1.3.4",
|
|
"qs": "4.0.0",
|
|
"unirest": "0.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "6.0.0",
|
|
"babel-plugin-add-module-exports": "^0.1.2",
|
|
"babel-preset-es2015": "^6.6.0",
|
|
"eslint-config-airbnb": "6.2.0",
|
|
"grunt": "^0.4.5",
|
|
"grunt-babel": "^6.0.0",
|
|
"grunt-contrib-clean": "^1.0.0",
|
|
"grunt-contrib-copy": "^1.0.0",
|
|
"grunt-contrib-watch": "^1.0.0",
|
|
"grunt-copy": "^0.1.0",
|
|
"grunt-eslint": "18.0.0"
|
|
}
|
|
}
|