Skip to content

Instantly share code, notes, and snippets.

@s-panferov
Created March 25, 2015 11:51
Show Gist options
  • Select an option

  • Save s-panferov/a3bf57b5aedacf36e9e9 to your computer and use it in GitHub Desktop.

Select an option

Save s-panferov/a3bf57b5aedacf36e9e9 to your computer and use it in GitHub Desktop.

Revisions

  1. s-panferov renamed this gist Mar 25, 2015. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. s-panferov created this gist Mar 25, 2015.
    10 changes: 10 additions & 0 deletions dep-hell
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    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');