Gets dependencies JSON from a folder url
steal.get.dependencies("https://github.com/jupiterjs/funcunit", {getter: steal.get.git}); // -> { "funcunit/syn" : "http://github.com/jupiterjs/syn" }
steal.get.dependencies(url, options) -> Object
{Object}
a map of plugin-url pairs.
Gets dependencies JSON from a folder url