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.60",
"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.2.0",
"chokidar": "^2.1.8",
"citeproc": "^2.4.1",
"citeproc-abbrevs": "^1.1.32",
"citeproc-csl-schemata": "^1.0.16",
"citeproc-juris-modules": "^1.0.11",
"citeproc-locales": ">=1.0.2",
"cross-clear": "^1.0.0",
"fetch-promise": "^1.0.2",
"getopts": "^2.2.5",
"install": "^0.12.2",
"normalize-newline": "^3.0.0",
"tmp": "0.0.33",
"yaml": "^1.10.0",
"zotero-to-csl": ">=1.2.0",
"zotero2jurismcsl": ">=0.0.10"
},
"repository": {
"type": "git",
"url": "https://github.com/Juris-M/citeproc-test-runner.git"
},
"author": "Frank Bennett <biercenator@gmail.com>",
"license": "MIT"
}