juliangruber / ghub.io

http://ghub.io/<package-name> redirects to a npm package's GitHub page, if available.
http://ghub.io
54 stars 12 forks source link

Support new repository syntax #8

Closed terinjokes closed 9 years ago

terinjokes commented 10 years ago

npm now allows you to define your git repository in GitHub fashion, such as:

{
  "repository" : {
    "type" : "git",
    "url" : "isaacs/npm"
  }
}

It would be great if this project also supported this.