mocha-bar
Version:
Fast Mocha test reporter for the browser
37 lines (36 loc) • 837 B
JSON
{
"name": "mocha-bar",
"version": "0.2.1",
"description": "Fast Mocha test reporter for the browser",
"keywords": [
"bar",
"mocha",
"mocha-reporter",
"mocha-tests",
"testing"
],
"homepage": "https://github.com/fasttime/mocha-bar",
"bugs": "https://github.com/fasttime/mocha-bar/issues",
"license": "ISC",
"author": "Francesco Trotta <ft@fasttime.org> (https://github.com/fasttime)",
"files": [
"mocha-bar.css",
"mocha-bar.d.ts",
"mocha-bar.js"
],
"types": "mocha-bar.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/fasttime/mocha-bar.git"
},
"scripts": {
"build": "npm install && npm run lint",
"lint": "node dev/lint"
},
"devDependencies": {
"@fasttime/lint": "latest"
},
"peerDependencies": {
"@types/mocha": "latest"
}
}