hubot-slack-reading-list
Version:
Build a reading list from emojied reactions on Slack
35 lines (34 loc) • 744 B
JSON
{
"name": "hubot-slack-reading-list",
"version": "1.0.2",
"description": "Build a reading list from emojied reactions on Slack",
"main": "index.js",
"scripts": {},
"keywords": [
"hubot",
"slack",
"reading",
"list",
"reaction",
"emoji"
],
"author": "Greg Walker <hubot-slack-reading-list@darkcooger.net>",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/mgwalker/hubot-slack-reading-list.git"
},
"peerDependencies": {
"hubot": "^2.19.0",
"hubot-slack": "^4.2.1"
},
"engines": {
"node": ">=5.12"
},
"dependencies": {
"dotenv": "^4.0.0",
"moment-timezone": "^0.5.11",
"mustache": "^2.3.0",
"open-graph-scraper": "^2.4.2"
}
}