diff --git a/composer.json b/composer.json
index f8534e7..c90d8c3 100644
--- a/composer.json
+++ b/composer.json
@@ -1,5 +1,21 @@
{
   "name": "drupal/social_api",
+   "description": "The Social API harmonizes social networking functionality
+in Drupal.",
+   "type": "drupal-module",
+   "homepage": "https://www.drupal.org/project/social_api",
+   "authors": [
+     {
+       "name": "Getulio Sánchez (gvso)",
+       "homepage": "https://www.drupal.org/u/gvso",
+       "role": "Maintainer"
+     }
+   ],
+   "support": {
+     "issues": "https://www.drupal.org/project/issues/social_api",
+     "source": "http://cgit.drupalcode.org/social_api"
+   },
+   "license": "GPL-2.0+",
   "require" : {
     "hybridauth/hybridauth" : "^2.6.0"
 }
