2b66ad5921
Added more moderation stuff: Pins and Locked Channels!
33 lines
834 B
JSON
33 lines
834 B
JSON
{
|
|
"name": "hashbot",
|
|
"version": "1.0.3",
|
|
"description": "A bot for slack wich displays lbrys current hashrate via the open api.",
|
|
"main": "app.js",
|
|
"dependencies": {
|
|
"bitcoin": "^3.0.1",
|
|
"imgur": "0.1.7",
|
|
"jsonpath": "0.2.11",
|
|
"moment": "^2.17.1",
|
|
"mongodb": "^2.2.22",
|
|
"needle": "^1.0.0",
|
|
"numeral": "2.0.6",
|
|
"request": "^2.81.0",
|
|
"slackbots": "^0.5.1",
|
|
"sleep": "^5.1.1",
|
|
"xmlhttprequest": "1.8.0"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/lbryio/hashbot.git"
|
|
},
|
|
"author": "Fillerino",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/lbryio/hashbot/issues"
|
|
},
|
|
"homepage": "https://github.com/lbryio/hashbot#readme"
|
|
}
|