-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
46 lines (46 loc) · 1.2 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "telegrambot-readerman",
"version": "1.0.0",
"description": "RSS Feed Reader for Telegram using Telegram Bot API.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mooyoul/telegrambot-readerman.git"
},
"keywords": [
"telegram",
"telegram-bot",
"bot",
"rss",
"feed",
"reader"
],
"author": "MooYeol Prescott Lee <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mooyoul/telegrambot-readerman/issues"
},
"homepage": "https://github.com/mooyoul/telegrambot-readerman#readme",
"dependencies": {
"bluebird": "^3.3.4",
"debug": "^2.2.0",
"dotenv": "^2.0.0",
"feedparser": "^1.1.4",
"iconv-lite": "^0.4.13",
"mongoose": "^4.4.7",
"mongoose-auto-increment": "^5.0.1",
"mongoose-deep-populate": "^3.0.0",
"mongoose-timestamp": "^0.5.0",
"node-telegram-bot-api": "^0.21.1",
"redis": "^2.6.0-0",
"request": "^2.69.0",
"require-dir": "^0.3.0",
"sanitize-html": "^1.11.4",
"to-markdown": "^2.0.1",
"underscore": "^1.8.3",
"why-is-node-running": "^1.2.2"
}
}