-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
62 lines (62 loc) · 1.9 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "@interweb-alchemy/rss-bot",
"version": "1.2.0",
"description": "A bot for converting links in Slack to an RSS feed.",
"main": "bot.js",
"scripts": {
"build": "sass ./sass/styles.scss ./public/styles.css",
"start": "node bot.js"
},
"dependencies": {
"axios": "^0.19.0",
"body-parser": "^1.15.2",
"botkit": "^0.7.0",
"botkit-storage-mongo": "github:howdyai/botkit-storage-mongo",
"cookie-parser": "^1.4.3",
"debug": "^2.3.3",
"express": "^4.14.0",
"express-hbs": "^2.1.2",
"got": "^9.6.0",
"metascraper": "^5.3.0-alpha.11",
"metascraper-amazon": "^5.3.0-alpha.11",
"metascraper-audio": "^5.3.0-alpha.11",
"metascraper-author": "^5.3.0-alpha.11",
"metascraper-clearbit-logo": "^5.3.0-alpha.11",
"metascraper-date": "^5.3.0-alpha.11",
"metascraper-description": "^5.3.0-alpha.11",
"metascraper-image": "^5.3.0-alpha.11",
"metascraper-logo": "^5.3.0-alpha.11",
"metascraper-logo-favicon": "^5.3.0-alpha.11",
"metascraper-media-provider": "^5.3.0-alpha.11",
"metascraper-publisher": "^5.3.0-alpha.11",
"metascraper-readability": "^5.3.0-alpha.11",
"metascraper-soundcloud": "^5.3.0-alpha.11",
"metascraper-title": "^5.3.0-alpha.11",
"metascraper-url": "^5.3.0-alpha.11",
"metascraper-video": "^5.3.0-alpha.11",
"metascraper-youtube": "^5.3.0-alpha.11",
"qs": "^6.7.0",
"querystring": "^0.2.0",
"rss": "^1.2.2",
"shortid": "^2.2.14",
"wordfilter": "^0.2.6"
},
"devDependencies": {
"sass": "^1.20.1"
},
"repository": {
"type": "git",
"url": "https://github.com/InterwebAlchemy/scrape-rss-bot.git"
},
"bugs": {
"url": "https://github.com/InterwebAlchemy/scrape-rss-bot/issues"
},
"homepage": "https://github.com/InterwebAlchemy/scrape-rss-bot",
"keywords": [
"bots",
"chatbots",
"slack"
],
"author": "[email protected]",
"license": "MIT"
}