Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 407 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 407 Bytes

loopback-owners

List of repository owners based on functional areas.

Usage

This module exports the list of repo owners based on functional areas as an Array of Objects. See https://github.com/strongloop/loopback-owners/blob/master/index.js#L3.

// require the module
var groupings = require('loopback-owners');

// loop through the exported items
groupings.forEach(function(group) {
  ...
);