JSPM

  • Created
  • Published
  • Downloads 44340
  • Score
    100M100P100Q177012F
  • License ISC

A wrapper for citeproc-js.

Package Exports

  • citeproc

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (citeproc) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

citeproc-node-iojs

A working citeproc-js wrapper for node and iojs.

To download the styles and languages required for this module to work, run the following:

git submodule add git@github.com:citation-style-language/styles.git
git submodule add git@github.com:citation-style-language/locales.git

Reference them when calling the wrapper. See test/test.js for how to do that.