citeproc-test-runner
Version:
CSL test runner with style support
43 lines (42 loc) • 1.19 kB
JSON
{
"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 <biercenator@gmail.com>",
"license": "MIT"
}