washington.formatter.browser
Version:
Colorful browser console formatter for the Washington unit test library
26 lines (25 loc) • 610 B
JSON
{
"name": "washington.formatter.browser",
"version": "2.0.0",
"description": "Colorful browser console formatter for the Washington unit test library",
"main": "formatterBrowser.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",
"partial.lenses": "^9.4.1"
},
"devDependencies": {
"washington.core": "^2.0.0",
"immutable": "^3.8.1",
"immutable-ext": "^1.0.8"
}
}