I'm getting {} returned by running...
var gulp = require('gulp');
var plugins = require('gulp-load-plugins')({lazy: false});
console.log(JSON.stringify(plugins));
I set lazy: false after reading this issue #58
And I my package.json is packed full of plugins, many with or without 'gulp-' prefix.
Any help appreciated.