I am currently working on a project that involves implementing WebGazer.js. I'm interested in finding a way to include this library in the package.json file so that it can be installed along with other libraries using 'npm install', instead of having to download it separately after running 'npm install'.
Is there a method for achieving this by including a link or some other reference? As a newcomer to npm, I am unsure of where to begin or whether this is even feasible.