UNPKG

blossom

Version:

Modern, Cross-Platform Application Framework

15 lines (10 loc) 516 B
// ========================================================================== // Project: Blossom - Modern, Cross-Platform Application Framework // Copyright: ©2012 Fohr Motion Picture Studios. All rights reserved. // License: Licensed under the GPLv3 license (see BLOSSOM-LICENSE). // ========================================================================== /*globals BT require __dirname */ var path = require('path'); module.exports = BT.Framework.create({ sourceTree: path.join(__dirname, "..") });