2016-07-13 21:17:49 +02:00
|
|
|
{
|
|
|
|
"name": "hashbot",
|
2017-06-21 21:14:04 +02:00
|
|
|
"version": "1.0.3",
|
2016-07-13 21:17:49 +02:00
|
|
|
"description": "A bot for slack wich displays lbrys current hashrate via the open api.",
|
2016-07-18 15:59:54 +02:00
|
|
|
"main": "app.js",
|
2016-07-13 21:17:49 +02:00
|
|
|
"dependencies": {
|
2016-07-14 23:34:37 +02:00
|
|
|
"bitcoin": "^3.0.1",
|
2017-02-02 23:52:24 +01:00
|
|
|
"imgur": "0.1.7",
|
2017-06-14 18:29:12 +02:00
|
|
|
"jsonpath": "0.2.11",
|
2017-02-02 23:52:24 +01:00
|
|
|
"moment": "^2.17.1",
|
|
|
|
"mongodb": "^2.2.22",
|
2016-07-13 21:17:49 +02:00
|
|
|
"needle": "^1.0.0",
|
2017-06-14 18:29:12 +02:00
|
|
|
"numeral": "2.0.6",
|
2017-06-12 02:07:41 +02:00
|
|
|
"request": "^2.81.0",
|
2017-02-02 23:52:24 +01:00
|
|
|
"slackbots": "^0.5.1",
|
2017-06-15 10:12:32 +02:00
|
|
|
"sleep": "^5.1.1",
|
2017-02-02 23:52:24 +01:00
|
|
|
"xmlhttprequest": "1.8.0"
|
2016-07-13 21:17:49 +02:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|