{
  "name": "datitisev/flarum-ext-dashboard",
  "description": "A dashboard for the admin interface in Flarum",
  "type": "flarum-extension",
  "require": {
    "flarum/core": "^0.1.0-beta-8"
  },
  "authors": [
    {
      "name": "David Sevilla Martín",
      "email": "dsevilla192@icloud.com",
      "homepage": "https://github.com/datitisev",
      "role": "Developer"
    }
  ],
  "autoload": {
    "psr-4": {
      "Datitisev\\Dashboard\\": "src/"
    }
  },
  "extra": {
    "flarum-extension": {
      "title": "Dashboard",
      "icon": {
        "name": "fas fa-tachometer-alt",
        "backgroundColor": "#3F51B5",
        "color": "#FFEB3B"
      }
    }
  }
}
