washington.formatter.terminal
Version:
Colorful terminal output formatter for the Washington unit test library
27 lines (26 loc) • 635 B
JSON
{
"name": "washington.formatter.terminal",
"version": "2.0.0",
"description": "Colorful terminal output formatter for the Washington unit test library",
"main": "formatterTerminal.js",
"scripts": {
"test": "node testEntrypoint"
},
"keywords": [
"washington",
"unit testing",
"test"
],
"author": "Fernando Vía Canel <fernando.via@gmail.com>",
"license": "BSD-2-Clause",
"dependencies": {
"folktale": "^v2.0.0-rc1",
"chalk": "^1.1.3",
"partial.lenses": "^9.4.1"
},
"devDependencies": {
"washington.core": "^2.0.0",
"immutable": "^3.8.1",
"immutable-ext": "^1.0.8"
}
}