node-telegram-api/package.json

55 lines
1.2 KiB
JSON
Raw Permalink Normal View History

2015-06-26 17:20:54 +00:00
{
2015-06-26 20:46:22 +00:00
"name": "telegram-api",
2018-12-24 12:01:10 +00:00
"version": "4.2.0",
2015-06-26 20:46:22 +00:00
"description": "Control Telegram bots easily using the new Telegram API",
"main": "build/index.js",
2015-06-26 17:20:54 +00:00
"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
},
"files": [
"types",
"build"
],
2015-06-28 22:42:48 +00:00
"directories": {
"lib": "src"
2015-06-28 22:42:48 +00:00
},
"engines": {
"node": ">=0.12.0"
},
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-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"
2015-06-26 17:20:54 +00:00
}
}