What is the emacs equivalent of package.json?
(whenever I git clone my dotfiles on a new machine I usually have to comment out a bunch of stuff in my ~/.emacs because it's referencing packages which aren't installed, and I forgot where I installed them from, what version, etc...)
I think you're looking for https://github.com/jwiegley/use-package ?