-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.53 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "citeproc-cite-service",
"version": "2.1.73",
"description": "A limited read-only sync of items and attachments from a Jurism/Zotero library",
"main": "index.js",
"scripts": {
"documentation": "./node_modules/.bin/jsdoc -c ./etc/jsdoc-config.json -R ./make-data/README.md -d docs/make-data ./make-data/index.js; ./node_modules/.bin/jsdoc -c ./etc/jsdoc-config.json -R ./README.md -d ./docs/zsyncdown ./index.js;"
},
"bin": {
"zsyncdown": "./index.js",
"make-data": "./make-data/index.js"
},
"files": [
"README.md",
"jm-chicago-fullnote-bibliography.csl",
"chicago-fullnote-bibliography.csl"
],
"keywords": [
"csl",
"digital",
"humanities",
"legal",
"informatics",
"jurism",
"reference",
"management"
],
"author": "Frank Bennett",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/Juris-M/citeproc-cite-service.git"
},
"dependencies": {
"citeproc": "^2.4.62",
"citeproc-abbrevs": "^1.1.61",
"citeproc-locales": ">=1.0.2",
"csv-parse": "^5.5.2",
"csv-stringify": "^6.4.4",
"file-type": "^18.5.0",
"getopts": "^2.3.0",
"jsdoc": "^4.0.2",
"regenerator-runtime": "^0.13.9",
"superagent": "^8.1.2",
"tmp": "^0.2.1",
"unzipper": "^0.10.14",
"yauzl": "^2.10.0",
"zotero-to-csl": ">=1.2.0",
"zotero2jurismcsl": "0.0.12"
}
}