{
  "danger": {
    "text": "Base Button",
    "url": "#",
    "modifier": "btn-danger"
  },
  "primary": {
    "text": "Base Button",
    "url": "#",
    "modifier": "btn-primary"
  },
  "jade": {
    "text": "Base Button",
    "url": "#",
    "modifier": "btn-jade"
  },
  "info": {
    "text": "Base Button",
    "url": "#",
    "modifier": "btn-info"
  },
  "success": {
    "text": "Base Button",
    "url": "#",
    "modifier": "btn-success"
  },
  "warning": {
    "text": "Base Button",
    "url": "#",
    "modifier": "btn-warning"
  },
  "inverse": {
    "text": "Base Button",
    "url": "#",
    "modifier": "btn-inverse"
  },
  "default": {
    "text": "Base Button",
    "url": "#",
    "modifier": "btn-default"
  },


  "danger-small": {
    "text": "Small Button",
    "url": "#",
    "modifier": "btn-danger btn-small"
  },
  "primary-small": {
    "text": "Small Button",
    "url": "#",
    "modifier": "btn-primary btn-small"
  },
  "jade-small": {
    "text": "Small Button",
    "url": "#",
    "modifier": "btn-jade btn-small"
  },
  "info-small": {
    "text": "Small Button",
    "url": "#",
    "modifier": "btn-info btn-small"
  },
  "success-small": {
    "text": "Small Button",
    "url": "#",
    "modifier": "btn-success btn-small"
  },
  "warning-small": {
    "text": "Small Button",
    "url": "#",
    "modifier": "btn-warning btn-small"
  },
  "inverse-small": {
    "text": "Small Button",
    "url": "#",
    "modifier": "btn-inverse btn-small"
  },
  "default-small": {
    "text": "Small Button",
    "url": "#",
    "modifier": "btn-default btn-small"
  },


  "danger-large": {
    "text": "Large Button",
    "url": "#",
    "modifier": "btn-danger btn-large"
  },
  "primary-large": {
    "text": "Large Button",
    "url": "#",
    "modifier": "btn-primary btn-large"
  },
  "jade-large": {
    "text": "Large Button",
    "url": "#",
    "modifier": "btn-jade btn-large"
  },
  "info-large": {
    "text": "Large Button",
    "url": "#",
    "modifier": "btn-info btn-large"
  },
  "success-large": {
    "text": "Large Button",
    "url": "#",
    "modifier": "btn-success btn-large"
  },
  "warning-large": {
    "text": "Large Button",
    "url": "#",
    "modifier": "btn-warning btn-large"
  },
  "inverse-large": {
    "text": "Large Button",
    "url": "#",
    "modifier": "btn-inverse btn-large"
  },
  "default-large": {
    "text": "Large Button",
    "url": "#",
    "modifier": "btn-default btn-large"
  },


  "danger-jumbo": {
    "text": "Jumbo Button",
    "url": "#",
    "modifier": "btn-danger btn-jumbo"
  },
  "primary-jumbo": {
    "text": "Jumbo Button",
    "url": "#",
    "modifier": "btn-primary btn-jumbo"
  },
  "jade-jumbo": {
    "text": "Jumbo Button",
    "url": "#",
    "modifier": "btn-jade btn-jumbo"
  },
  "info-jumbo": {
    "text": "Jumbo Button",
    "url": "#",
    "modifier": "btn-info btn-jumbo"
  },
  "success-jumbo": {
    "text": "Jumbo Button",
    "url": "#",
    "modifier": "btn-success btn-jumbo"
  },
  "warning-jumbo": {
    "text": "Jumbo Button",
    "url": "#",
    "modifier": "btn-warning btn-jumbo"
  },
  "inverse-jumbo": {
    "text": "Jumbo Button",
    "url": "#",
    "modifier": "btn-inverse btn-jumbo"
  },
  "default-jumbo": {
    "text": "Jumbo Button",
    "url": "#",
    "modifier": "btn-default btn-jumbo"
  }
}