bmocha
Version:
Alternative implementation of mocha
36 lines (35 loc) • 844 B
JSON
{
"name": "bmocha",
"version": "2.2.1",
"description": "Alternative implementation of mocha",
"keywords": [
"mocha",
"mochajs",
"test",
"testing"
],
"license": "MIT",
"repository": "git://github.com/bcoin-org/bmocha.git",
"homepage": "https://github.com/bcoin-org/bmocha",
"bugs": {
"url": "https://github.com/bcoin-org/bmocha/issues"
},
"author": "Christopher Jeffrey <chjjeffrey@gmail.com>",
"main": "./lib/bmocha.js",
"type": "commonjs",
"bin": {
"bmocha": "./bin/bmocha",
"_bmocha": "./bin/_bmocha"
},
"scripts": {
"lint": "eslint bin/* lib/ test/ || exit 0",
"test": "./bin/bmocha test/mocha-test.js",
"test-browser": "./bin/bmocha -H test/mocha-test.js"
},
"engines": {
"node": ">=8.0.0"
},
"browser": {
"./lib/error": "./lib/error-browser.js"
}
}