UNPKG

641 BJSONView Raw
1{
2 "name": "citeproc",
3 "version": "2.2.22",
4 "description": "The citeproc-js citation formatting module, in CommonJS format. This version is based on citeproc-js 1.2.22",
5 "main": "citeproc_commonjs.js",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/juris-m/citeproc-js.git"
9 },
10 "files": [
11 "citeproc_commonjs.js"
12 ],
13 "author": "Michael McMillan <email@michaelmcmillan.net> (http://michaelmcmillan.net/)",
14 "contributors": [
15 "Frank Bennett <biercenator@gmail.com> (https://juris-m.github.io)"
16 ],
17 "license": "CPAL-1.0 OR AGPL-1.0",
18 "dependencies": {}
19}