tap-synopsis
Version:
Receives streaming TAP and outputs a colorful summary.
42 lines (41 loc) • 808 B
JSON
{
"name": "tap-synopsis",
"version": "0.3.1",
"description": "Receives streaming TAP and outputs a colorful summary.",
"keywords": [
"TAP",
"reporter",
"summary",
"synopsis",
"results",
"pretty",
"color"
],
"main": "index.js",
"bin": {
"tap-synopsis": "bin/cmd.js"
},
"scripts": {
"test": "node test"
},
"repository": {
"type": "git",
"url": "https://github.com/m59peacemaker/node-tap-synopsis"
},
"author": {
"name": "Johnny Hauser",
"email": "johnnyhauser@gmail.com"
},
"license": "CC0-1.0",
"dependencies": {
"chalk": "^1.1.3",
"duplexer": "^0.1.1",
"figures": "^2.0.0",
"tap-form-synopsis": "^1.0.0",
"throo": "^1.0.0",
"through2": "^2.0.1"
},
"devDependencies": {
"tape": "^4.6.2"
}
}