Version 1
[yaffs-website] / web / modules / contrib / linkit / composer.json
diff --git a/web/modules/contrib/linkit/composer.json b/web/modules/contrib/linkit/composer.json
new file mode 100644 (file)
index 0000000..c922ba2
--- /dev/null
@@ -0,0 +1,19 @@
+{
+  "name": "drupal/linkit",
+  "description": "Linkit - Enriched linking experience",
+  "type": "drupal-module",
+  "homepage": "http://drupal.org/project/linkit",
+  "authors": [
+    {
+      "name": "Emil Stjerneman",
+      "email": "emil@stjerneman.com",
+      "homepage": "https://stjerneman.com",
+      "role": "Maintainer"
+    }
+  ],
+  "support": {
+    "issues": "http://drupal.org/project/linkit",
+    "source": "http://cgit.drupalcode.org/linkit"
+  },
+  "license": "GPL-2.0+"
+}