Gets url from plugin name using the urls at:
https://github.com/jupiterjs/steal/raw/master/get/gets.json
Or locally at
//gets.json
steal.get.url(name) -> String
{String}
the name of the project (ex: 'funcunit')
the url of the repository (ex: 'http://github.com/jupiterjs/funcunit')
Gets url from plugin name using the urls at:
Or locally at
API