- 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.
- mime-types
The ultimate javascript content-type utility.
- js-yaml
YAML 1.2 parser and serializer
- chalk
Terminal string styling done right
- readable-stream
Streams3, a user-land copy of the stream library from Node.js
- minimist
parse argument options
- rimraf
A deep deletion module for node (like `rm -rf`)
- redis
Redis client library
- Best plugins for Eclipse