Browserify transform using nodeJS module resolution algorithm
npm install resolvify --save-dev
Add a resolvify entry in your package.json or pass as cli option to transform:
//package.json
...
resolvify: ["shared"]
...
browserify -t [ resolvify common ]
Then both the folders "shared" and "common" will be resolved like "node_modules".