------------------
- Initial release of the ``calmjs`` framework foundation.
- A cli runtime entry point is provided, named ``calmjs``.
- Provide core integration with ``npm`` and generation of
``package.json`` through the ``setuptools`` framework; this is
accessible as a ``setuptool`` command or through ``calmjs`` runtime.
- Provide a registry framework for use within ``calmjs``.
- Provide core registries for registering packages for use by ``calmjs``
through the predefined ``setuptools`` entry points and groups.
- Provide a cli tool driver framework for interacting with ``node`` and
other Node.js based or other command line tools.
- Provide the base toolchain framework, built on top of the tool driver
framework.
- Provide modules for doing integration testing for modules that build
on top of the ``calmjs`` framework.