Files
bower/lib/index.js
2012-11-06 21:47:56 -05:00

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')
};