I want to use this npm package(https://www.npmjs.com/package/node-ssh) in my nw.js application, In my dev system installed node js and installed this package and successfully its working , But while shipping this application I don't want to make a dependency to node js. Without installing the node js can nw.js use this package.
Any help ?