- fs
- mkdirp
Recursively mkdir, like `mkdir -p`
- webpack
Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.
- path
- q
A library for promises (CommonJS/Promises/A,B,D)
- chalk
Terminal string styling done right
- request
Simplified HTTP request client.
- minimatch
a glob matcher in javascript
- rimraf
A deep deletion module for node (like `rm -rf`)
- Top 17 Free Sublime Text Plugins