Probably just need to outline something like the following:
var viacoin = {
bip32: {
public: 0x0488b21e,
private: 0x0488ade4
},
dustThreshold: 560,
feePerKb: 100000,
magicPrefix: '\x18Viacoin Signed Message:\n',
pubKeyHash: 0x47,
scriptHash: 0x21,
wif: 0xc7
}
The above is 1.5.x compatible, for 2.0.0 see here.