- temp@~0.8.1
- async@0.2.6
- npmls@^3.0.0
- wrench@^1.5
- fs-plus@^2.0.0
- node-dir@^0.1.12
- relative@^3.0.2
- camelcase@^3.0.0
- filehound@^1.7.0
- minimatch@~0.3.0
- walk-sync@^0.3.0
- fuzzaldrin@^2.0
- path-exists@^3.0.0
- humanize-plus@~1.4.2
- fuzzaldrin-plus@^0.1
- underscore-plus@^1.0.0
- find-node-modules@^1.0.1
- atom-space-pen-views@^2.0.0
- filename-to-module-name@^0.1.1
node-requirer package
Node-requirer lets you quickly add require/import statements to any files/node_modules within your code!

Changelog: 0.1.6 - Added alias list. Fixed issue with requiring JSON files. 0.1.9 - Fixing node module subpath requires. Fixing same folder ./index.js requires. 0.1.10 - Fixing grave error caused by an erroneous = sign! 0.1.11 - Fixing minor error caused when prettifying path
Developing:
apm develop node-requirer
cd ~/github/node-requirer
atom -d .
update the changelog
git commit -a -m 'checking everything in'
apm publish --tag v0.1.11 patch
apm publish --tag v0.2.5 minor
apm publish --tag v1.0.0 major
Most of the final formatting occurs in the "openPath" method within fuzzy-finder-view.coffee.