diff --git a/features.admin.inc b/features.admin.inc
index 4e29d59..760bed7 100644
--- a/features.admin.inc
+++ b/features.admin.inc
@@ -727,6 +727,8 @@ function features_export_components_json($feature_name) {
         }
       }
     }
+
+    $stub['dependencies'] = isset($stub['dependencies']) ? $stub['dependencies'] : array();
     $export = features_populate(array('features' => $stub, 'dependencies' => $stub['dependencies']), $feature_name);
     $export['features']['dependencies'] = $export['dependencies'];
 
