Instead of unix() use the format() function to format the datetime using the MMMM format specifier for the month name.
var monthMinusOneName = moment().subtract(1, "month").startOf("month").format('MMMM');
See the chapter Display / Format in the documentation