# Tiny JSON-RPC

JavaScript JSON-RPC 2.0 server with no runtime dependencies.

## Installation

Tiny JSON-RPC is available from npm.

``` shell
$ npm install tiny-jsonrpc
```

## Development

### Running the tests

Tiny JSON-RPC includes a suite of unit tests, driven by [tape][] and [karma][].

``` shell
$ npm test
```

## License

Tiny JSON-RPC is made available under the [MIT License](http://opensource.org/licenses/mit-license.php).

[karma]: https://karma-runner.github.io
[tape]: https://github.com/substack/tape
