node-telegram-api/package.json

44 lines
962 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-07-05 13:36:27 +00:00
"version": "0.4.65",
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-07-04 11:29:51 +00:00
"files": ["types", "build", "index.js"],
2015-06-28 22:42:48 +00:00
"directories": {
"lib": "lib"
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": {
2015-06-28 22:42:48 +00:00
"babel": "^5.6.14",
"grunt": "^0.4.5",
"grunt-babel": "^5.0.1",
"grunt-contrib-copy": "^0.8.0",
2015-06-28 22:42:48 +00:00
"grunt-contrib-watch": "^0.6.1",
"grunt-eslint": "^16.0.0",
"mime": "^1.3.4",
2015-07-03 13:06:07 +00:00
"qs": "^4.0.0",
"restler": "^3.3.0"
2015-06-26 17:20:54 +00:00
}
}