Node2RPM
Node2RPM packages a node module and all the recursive dependencies into RPM as a bundle to avoid maintenance headaches.
It will:
- generate a dependency map in json format, containing all recursive dependencies for one node module.
- output/update a RPM specfile.
- download all the tarballs.
It's distributed as a standard rubygem and licensed under MIT.