@stryker-mutator/html-reporter
Version:
An html reporter for the JavaScript mutation testing framework Stryker
39 lines (38 loc) • 970 B
JSON
{
"name": "@stryker-mutator/html-reporter",
"version": "3.1.0",
"description": "An html reporter for the JavaScript mutation testing framework Stryker",
"main": "src/index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/stryker-mutator/stryker.git"
},
"engines": {
"node": ">=10"
},
"keywords": [
"stryker",
"html",
"report",
"mutation",
"testing"
],
"publishConfig": {
"access": "public"
},
"author": "Nico Jansen <nicoj@infosupport.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/stryker-mutator/stryker/issues"
},
"homepage": "https://github.com/stryker-mutator/stryker/tree/master/packages/html-reporter#readme",
"contributors": [
"Nico Jansen <jansennico@gmail.com>",
"Simon de Lang <simondelang@gmail.com>"
],
"devDependencies": {
"@types/node": "^13.7.1"
},
"gitHead": "3a0816949563a39c96f5e5bc11c703d09a38b600"
}