0.1.0 • Published 9 years ago

github-deps v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

github-deps

NPM version Build Status

Information

Install

  npm install github-deps

Example

var gdeps = require('github-deps');

var url = 'https://github.com/stevelacy/github-deps/blob/master/test/fixtures/pkg.json'

gdeps(url, {}, function(err, data){
  // => { name: 'project', deps: { mocha: { update: '2.0.1', current: '^1.1.0' } } }
});

API

githubDeps(<String> <Array>, {<options>}, function(err, data){

});

All options are passed to rawgithub

License MIT

0.1.0

9 years ago