diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..3a2c3fa
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,21 @@
+{
+  "name": "drupal/search_api_hashtag",
+  "description": "Extracts hashtags from content to be indexed by Searh API.",
+  "type": "drupal-module",
+  "homepage": "https://www.drupal.org/project/search_api_hashtag",
+  "authors": [
+    {
+      "name": "Pablo López",
+      "homepage": "https://www.drupal.org/u/plopesc"
+    }
+  ],
+  "support": {
+    "issues": "https://www.drupal.org/project/issues/search_api_hashtag",
+    "source": "http://git.drupal.org/project/search_api_hashtag.git"
+  },
+  "license": "GPL-2.0+",
+  "minimum-stability": "dev",
+  "require": {
+    "drupal/search_api": "~1.0"
+  }
+}
diff --git a/search_api_hashtag.info.yml b/search_api_hashtag.info.yml
index 3170256..18bf1f1 100644
--- a/search_api_hashtag.info.yml
+++ b/search_api_hashtag.info.yml
@@ -1,6 +1,6 @@
-name: 'Search API HashtagProcessor'
+name: 'Search API Hashtag'
 type: module
-description: 'Perform tasks on specific events triggered within the system.'
+description: 'Extracts hashtags from content to be indexed by Searh API.'
 package: Search
 dependencies:
   - search_api
