1.0.2 • Published 10 years ago

github-linker-registries v1.0.2

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

github-linker-registries

Build Status NPM version Supported npm package Supported bower package Supported composer package

Install

$ npm install --save github-linker-registries

Usage

var registries = require('github-linker-registries');
console.log(registries.npm) 
// => {"jquery":"https://github.com/jquery/jquery", "bootstrap":"https://github.com/twbs/bootstrap" ...}

console.log(registries.bower)
// => {"lodash":"https://github.com/lodash/lodash", "async":"https://github.com/caolan/async" ...}

console.log(registries.composer)
// => {"monolog/monolog":"https://github.com/Seldaek/monolog", "twig/twig":"https://github.com/fabpot/Twig" ...}

Total supported repositories

npm: 78780

bower: 17643

composer: 37521

License

Copyright (c) 2014 Stefan Buck. Licensed under the MIT license.

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago