The installation procedure for JooseX.Namespace.Depended

NPM
===

`JooseX.Namespace.Depended` is being distributed via NPM - [Node Package Manager][npm]. Obviously
it requires the NodeJS to be installed.  

To install `npm` please follow the instructions on its site. After that, run:

        > npm install joosex-namespace-depended

Thats all, `npm` will download and install `JooseX.Namespace.Depended` for you. 

For the list of available commands, try `npm help`.  


CONFIGURING YOUR SYSTEM
=======================

If you are planning to use this module in the cross-platform fashion (interoperable between browsers
and NodeJS), you may want to perform this additional (optional) configuration steps:

- Add the `.jsan` subdirectory of the root of your `npm` installation to the NODE_PATH environment variable.

- Configure you local web server in the way, that the url `http://localhost/jsan` will point to the 
`.jsan` subdirectory of the root of your `npm` installation. 

To find the root of `npm` installation run:
    
    > npm config get root



AUTHOR
======

Nickolay Platonov <nplatonov@cpan.org>




COPYRIGHT AND LICENSE
=====================

This software is Copyright (c) 2012 by Nickolay Platonov.

This is free software, licensed under:

  The GNU Lesser General Public License, Version 3, June 2007


[npm]: http://npmjs.org/
