express-jsonld
==============

JSON-LD content-negotiating middleware for Express based on node-jsonld and jsonld-rapper

## Installation

Dependency jsonld-rapper requires libraptor to be installed. See https://www.npmjs.com/package/jsonld-rapper for installation instructions

## Rights

This library is [licensed](./LICENSE) under the terms of the [MIT license](http://opensource.org/licenses/MIT).

Library                                                       | License
--------                                                      | --------
[jsonld](https://github.com/digitalbazaar/jsonld.js)          | [BSD 3-Clause](http://opensource.org/licenses/BSD-3-Clause)
[infolis-logging](https://github.com/infolis/infolis-logging) | [MIT](http://opensource.org/licenses/MIT)
[jsonld-rapper](https://github.com/infolis/jsonld-rapper)     | [MIT](http://opensource.org/licenses/MIT)
[accepts](https://github.com/jshttp/accepts)                  | [MIT](http://opensource.org/licenses/MIT)
