-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
42 lines (42 loc) · 1.16 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
{
"name": "citeproc-test-runner",
"version": "1.1.116",
"description": "CSL test runner with style support",
"main": "runtests.js",
"files": [
"jing/jing-20131210.jar",
"lib/*.js",
"lib/templateTXT.txt",
"README.md"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"cslrun": "./runtests.js"
},
"dependencies": {
"chai": "^4.3.4",
"chokidar": "^2.1.8",
"citeproc": "^2.4.62",
"citeproc-abbrevs": "^1.1.53",
"citeproc-csl-schemata": "^1.0.30",
"citeproc-juris-modules": "^1.0.33",
"citeproc-locales": ">=1.0.2",
"cross-clear": "^1.0.0",
"fetch-promise": "^1.0.2",
"getopts": "^2.3.0",
"install": "^0.12.2",
"normalize-newline": "^3.0.0",
"tmp": "0.0.33",
"yaml": "^1.10.2",
"zotero-to-csl": ">=1.2.0",
"zotero2jurismcsl": "0.0.12"
},
"repository": {
"type": "git",
"url": "https://github.com/Juris-M/citeproc-test-runner.git"
},
"author": "Frank Bennett <[email protected]>",
"license": "MIT"
}