# style-vancouver

[![](https://flat.badgen.net/npm/v/style-vancouver)](https://npmjs.org/package/style-vancouver)
[![](https://flat.badgen.net/badge/license/MIT/blue)][mit]
[![](https://flat.badgen.net/badge/license/CC-BY-SA/blue)][cc-by-sa-3.0]

NPM package for the Vancouver CSL citation style.

This is a JSON serialized version of the [canonical XML based version](http://www.zotero.org/styles/vancouver).

Data is provided by the [Citation Style Language project](https://citationstyles.org).
This project is currently an independent venture.

## Usage
Install the package using `npm`:

```shell
npm install --save style-vancouver
```

or `yarn`:

```shell
yarn add style-vancouver
```

Then import it as any other package:

```js
import style from 'style-vancouver'
```

## Vancouver style
Last updated 2014-9-6.

### Authors: 
- Michael Berkowitz

### Contributors: 
- Sean Takats
- Sebastian Karcher

## License
The code in this library is licensed under the [MIT license][mit], by the actual style is licensed under the [CC-BY-SA 3.0 license][cc-by-sa-3.0].

[mit]: https://opensource.org/licenses/MIT
[cc-by-sa-3.0]: https://creativecommons.org/licenses/by-sa/3.0/
