From 13fbf3d5d367d33d1101be15a6aceacc08208f57 Mon Sep 17 00:00:00 2001
From: Ashwin Shaharkar <ashwinsh@cybage.com>
Date: Aug 2, 2016 2:17:09 PM

Added composer json file

diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..708a423
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,24 @@
+{
+  "name": "drupal/config_installer",
+  "description": "Use configuration from another Drupal site to install a Drupal instance. Suitable for advanced users.",
+  "type": "drupal-module",
+  "homepage": "https://www.drupal.org/project/config_installer",
+  "authors": [
+    {
+      "name": "Alex Pott (alexpott)",
+      "homepage": "https://www.drupal.org/u/alexpott",
+      "role": "Maintainer"
+    },
+    {
+      "name": "Committers for config installer",
+      "homepage": "https://www.drupal.org/node/2386441/committers"
+    }
+  ],
+  "support": {
+    "issues": "https://www.drupal.org/project/issues/config_installer",
+    "source": "http://cgit.drupalcode.org/config_installer"
+  },
+  "license": "GPL-2.0+",
+  "minimum-stability": "stable",
+  "require": { }
+}
