Fork me on GitHub

Node-UBJSON

ChangeLog, Wiki.

Dependencies

This module depends on node-strtok library for tokenize UBJSON data.

Installation

You can install this module via npm:

$> npm install ubjson

Also you can build latest source code from repository, see below.

Work with development version

To get source code:

$> git clone git://github.com/Sannis/node-ubjson.git
$> cd node-ubjson

To get dependencies simply run make:

$> make

To run tests:

$> make test

To lint code:

$> make lint

To generate dosumentation:

$> make docs

Nodeunit, nodelint and Sannis/dox have been used for developers purposes.

Them will be automatically installed when oyu use make for test, lint or docs.

Else you can install them with npm to library dir:

$> npm install nodeunit nodelint dox

Contributing

I will be happy to hear tips from the more experienced programmers. I will be glad to see your forks and commits in them :)

To contribute any patches, simply fork this repository using GitHub and send a pull request to me. Thanks!

You can find other information about contributing and code style guide in wiki.

Contributors

Full contributors list.

License

MIT license. See license text in file LICENSE.