Version 1
[yaffs-website] / web / modules / contrib / fontyourface / composer.json
diff --git a/web/modules/contrib/fontyourface/composer.json b/web/modules/contrib/fontyourface/composer.json
new file mode 100644 (file)
index 0000000..7600b29
--- /dev/null
@@ -0,0 +1,16 @@
+{
+  "name": "drupal/fontyourface",
+  "type": "drupal-module",
+  "description": "Web font management tools.",
+  "keywords": ["Drupal"],
+  "license": "GPL-2.0+",
+  "homepage": "https://www.drupal.org/project/fontyourface",
+  "minimum-stability": "dev",
+  "support": {
+    "issues": "http://drupal.org/project/issues/fontyourface",
+    "source": "http://cgit.drupalcode.org/fontyourface"
+  },
+  "require": {
+    "drupal/core": "8.*"
+  }
+}