module.exports = function fnGetParam(artifactName, JSONFileName, keyName, options) {
  options = _.merge({hash: {}}, options);

  artifactName = cValue(artifactName, options);
  JSONFileName = cValue(JSONFileName, options);