calxibe / StorjMonitor

Node.js script for publishing data from local Storj nodes to Storjstat.com
15 stars 14 forks source link

Missing package.json #1

Closed MrTechGadget closed 6 years ago

MrTechGadget commented 6 years ago

Hey, thanks for this, I am trying to get it running on my docker container under linux and it is having problems with the Windows node libraries. I would like to let node rebuild the node_modules but there is no package.json in the root of your repo. Maybe it is in your .gitignore?

Can you add it so I can try an npm install? I can probably rebuild it is needed by examining the packages included, but if you have it it would save a lot of effort!

Thanks.

MrTechGadget commented 6 years ago

It wasn't much effort actually, so here it is in #2 PR