mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-12 18:52:50 +00:00
updated package.json
This commit is contained in:
19
node_modules/broadway/lib/broadway.js
generated
vendored
Normal file
19
node_modules/broadway/lib/broadway.js
generated
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
/*
|
||||
* broadway.js: Top-level include for the broadway module.
|
||||
*
|
||||
* (C) 2011, Nodejitsu Inc.
|
||||
* MIT LICENSE
|
||||
*
|
||||
*/
|
||||
|
||||
var path = require('path'),
|
||||
utile = require('utile');
|
||||
|
||||
var broadway = exports;
|
||||
|
||||
broadway.App = require('./broadway/app').App;
|
||||
broadway.common = require('./broadway/common');
|
||||
broadway.features = require('./broadway/features');
|
||||
broadway.formats = require('nconf').formats;
|
||||
broadway.plugins = utile.requireDirLazy(path.join(__dirname, 'broadway', 'plugins'));
|
||||
|
||||
Reference in New Issue
Block a user