mirror of
https://github.com/bower/bower.git
synced 2026-01-15 01:08:07 -05:00
12 lines
364 B
JavaScript
12 lines
364 B
JavaScript
// ==========================================
|
|
// BOWER: Public API Defintion
|
|
// ==========================================
|
|
// Copyright 2012 Twitter, Inc
|
|
// Licensed under The MIT License
|
|
// http://opensource.org/licenses/MIT
|
|
// ==========================================
|
|
|
|
module.exports = {
|
|
commands: require('./commands'),
|
|
config: require('./core/config')
|
|
}; |