Through no fault of my own (yea, right) I find I need to get the Pallete list so I can install all the nodes on another machine. Is there an easy way to get the pallete? Is it as simple as this (from the command line):
$ jq .dependencies < ~/.node-red/package.json
{
"google-tts-api": "^2.0.0",
"node-red": "^1.2.9",
"node-red-contrib-bool-gate": "~1.0.2",
"node-red-contrib-cast": "~0.2.17",
...
}
jq is a Command-line JSON processor that's I've come to love. Make playing with json a whole lot easier.