I working on a project that requires WebGazer.js (https://webgazer.cs.brown.edu/). I would love to somehow add this library to package.json so that all my libraries install with 'npm install' instead of having to call 'npm install' and then download webgazer separately.
Is there anyway to do this by including a link or something of that nature? I am new to npm so I have no idea where to even start or if this is even possible.