acquit-markdown
Version:
Quick tool for converting acquit output to markdown
38 lines (37 loc) • 904 B
JSON
{
"name": "acquit-markdown",
"version": "0.1.0",
"description": "Quick tool for converting acquit output to markdown",
"main": "index.js",
"bin": {
"acquit-markdown": "./bin/acquit-markdown.js"
},
"scripts": {
"docs": "node docs.js",
"test": "NODE_PATH=../ mocha --harmony test/*",
"test-coverage": "NODE_PATH=../ nyc mocha ./test/*"
},
"author": "Valeri Karpov <val@karpov.io>",
"license": "Apache 2.0",
"repository": {
"type": "git",
"url": "git://github.com/vkarpov15/acquit-markdown.git"
},
"dependencies": {
"commander": "2.13.0"
},
"peerDependencies": {
"acquit": ">=0.4.0"
},
"jscsConfig": {
"preset": "airbnb",
"requirePaddingNewLinesAfterBlocks": null,
"requireMultipleVarDecl": null,
"requireTrailingComma": null
},
"devDependencies": {
"acquit": "0.6.2",
"mocha": "4.0.0",
"nyc": "11.4.1"
}
}