Facebook
From Laguna, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 113
  1. {
  2.     "name": "flarum/flarum",
  3.     "description": "Delightfully simple forum software.",
  4.     "type": "project",
  5.     "keywords": [
  6.         "forum",
  7.         "discussion"
  8.     ],
  9.     "homepage": "https://flarum.org/",
  10.     "license": "MIT",
  11.     "authors": [
  12.         {
  13.             "name": "Franz Liedke",
  14.             "email": "[email protected]"
  15.         },
  16.         {
  17.             "name": "Daniel Klabbers",
  18.             "email": "[email protected]",
  19.             "homepage": "https://luceos.com"
  20.         },
  21.         {
  22.             "name": "David Sevilla Martin",
  23.             "email": "[email protected]",
  24.             "homepage": "https://datitisev.me"
  25.         },
  26.         {
  27.             "name": "Clark Winkelmann",
  28.             "email": "[email protected]",
  29.             "homepage": "https://clarkwinkelmann.com"
  30.         },
  31.         {
  32.             "name": "Matthew Kilgore",
  33.             "email": "[email protected]"
  34.         },
  35.         {
  36.             "name": "Alexander (Sasha) Skvortsov",
  37.             "email": "[email protected]"
  38.         }
  39.     ],
  40.     "support": {
  41.         "issues": "https://github.com/flarum/core/issues",
  42.         "source": "https://github.com/flarum/flarum",
  43.         "docs": "https://flarum.org/docs/"
  44.     },
  45.     "require": {
  46.         "alexanderomara/flarum-gravatar": "^1.2",
  47.         "clarkwinkelmann/flarum-ext-circle-groups": "^0.2.3",
  48.         "clarkwinkelmann/flarum-ext-emojionearea": "^0.3.0",
  49.         "clarkwinkelmann/flarum-ext-popular-discussion-badge": "^0.2.2",
  50.         "darkfoxdeveloper/lang-spanish": "^1.1",
  51.         "dem13n/quad-theme": "^0.1.9",
  52.         "flarum/approval": "^0.1.0",
  53.         "flarum/bbcode": "^0.1.0",
  54.         "flarum/core": "^0.1.0",
  55.         "flarum/emoji": "^0.1.0",
  56.         "flarum/flags": "^0.1.0",
  57.         "flarum/lang-english": "^0.1.0",
  58.         "flarum/likes": "^0.1.0",
  59.         "flarum/lock": "^0.1.0",
  60.         "flarum/markdown": "^0.1.0",
  61.         "flarum/mentions": "^0.1.0",
  62.         "flarum/nicknames": "^0.1.0",
  63.         "flarum/pusher": "^0.1.0",
  64.         "flarum/statistics": "^0.1.0",
  65.         "flarum/sticky": "^0.1.0",
  66.         "flarum/subscriptions": "^0.1.0",
  67.         "flarum/suspend": "^0.1.0",
  68.         "flarum/tags": "^0.1.0",
  69.         "fof/cookie-consent": "^0.4.0",
  70.         "fof/forum-statistics-widget": "^0.4.0",
  71.         "fof/linguist": "^0.5.0",
  72.         "fof/polls": "^0.3.2",
  73.         "fof/realtimedate": "^0.2.1",
  74.         "fof/recaptcha": "^0.3.1",
  75.         "fof/secure-https": "^0.3.0",
  76.         "fof/sitemap": "^0.6.0",
  77.         "jordanjay29/flarum-ext-summaries": "^0.3.2",
  78.         "jslirola/flarum-ext-login2seeplus": "^0.1.7",
  79.         "matteocontrini/flarum-imgur-upload": "^3.5",
  80.         "migratetoflarum/canonical": "^0.2.3",
  81.         "sycho/flarum-profile-cover": "^1.2",
  82.         "therealsujitk/flarum-ext-gifs": "^2.0",
  83.         "v17development/flarum-blog": "^0.2.1",
  84.         "v17development/flarum-seo": "^1.5",
  85.         "zeokat/flarum-ext-seoslugs": "^0.1.6"
  86.     },
  87.     "config": {
  88.         "preferred-install": "dist",
  89.         "sort-packages": true
  90.     },
  91.     "minimum-stability": "beta",
  92.     "prefer-stable": true
  93.         "repositories": [{"type": "composer", "url": "https://extiverse.com/composer/"}]
  94. }