PluginManager.prototype._getOptions = function () {
  return RAW_CONFIG.map(function (config) {
    return PluginHelpers.getConfigValue[config.valueType](config);
  }).filter(function (opt) {
    return opt.name.indexOf("meta") === -1;