Further modules included.
[yaffs-website] / web / modules / contrib / libraries / composer.json
diff --git a/web/modules/contrib/libraries/composer.json b/web/modules/contrib/libraries/composer.json
new file mode 100644 (file)
index 0000000..4af11e1
--- /dev/null
@@ -0,0 +1,14 @@
+{
+  "name": "drupal/libraries",
+  "description": "Allows version-dependent and shared usage of external libraries in Drupal.",
+  "type": "drupal-module",
+  "homepage": "http://drupal.org/project/libraries",
+  "authors": [
+  ],
+  "support": {
+    "issues": "http://drupal.org/project/issues/libraries",
+    "irc": "irc://irc.freenode.org/drupal-contribute",
+    "source": "http://cgit.drupalcode.org/libraries"
+  },
+  "license": "GPL-2.0+"
+}