twitter-tipbot/package.json

18 lines
436 B
JSON
Raw Normal View History

2017-03-15 15:52:22 +01:00
{
"dependencies": {
"bitcoin-core": "^2.0.0",
"config": "^1.30.0",
"twit": "^2.2.11",
"winston": "3",
"winston-daily-rotate-file": "^3.2.3"
2017-03-15 15:52:22 +01:00
},
"name": "lbry-twitter-tipbot",
"version": "1.0.0",
"description": "A twitter tipbot for LBRY",
"main": "index.js",
"repository": "https://github.com/lbryio/twitter-tipbot/",
"author": "filipnyquist <filip@lbry.io>",
2017-03-15 15:52:22 +01:00
"license": "MIT",
"private": false
2017-03-15 15:52:22 +01:00
}