Created
March 25, 2015 11:51
-
-
Save s-panferov/a3bf57b5aedacf36e9e9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
modules.define('madison', | |
['log', 'config', 'utils', 'router', 'bank__auth', 'bank__customers', 'page'], | |
function(provide, log, config, utils, router, bankAuth, bankCustomers, page) { | |
var vow = require('vow'), | |
express = require('express'), | |
path = require('path'), | |
cookies = require('cookie-parser'), | |
session = require('express-session'), | |
body = require('body-parser'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment