web-component-tester-istanbulcoverage
Version:
Instanbul coverage reporting for projects being tested by web-component-tester. Web-component-tester version should be greater than 6.4.0
52 lines (51 loc) • 1.44 kB
JSON
{
"name": "web-component-tester-istanbulcoverage",
"version": "1.0.3",
"description": "Instanbul coverage reporting for projects being tested by web-component-tester. Web-component-tester version should be greater than 6.4.0",
"main": "lib/plugin.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"web-component-tester",
"istanbul",
"coverage",
"wct"
],
"author": "Natalia Angulo (forked and updated from the original author Dane O'Connor)",
"license": "ISC",
"bugs": {
"url": "https://github.com/anguloherrera/web-component-tester-istanbul/issues"
},
"homepage": "https://github.com/AnguloHerrera/web-component-tester-istanbul/tree/npm",
"dependencies": {
"express": "^4.15.3",
"html-script-hook": "^1.0.0",
"istanbul": "^0.4.0",
"istanbul-threshold-checker": "^0.1.0",
"lodash": "^4.0.0",
"minimatch": "^3.0.0",
"strip-html-comments": "^1.0.0"
},
"wct-plugin": {
"cli-options": {
"reporters": {
"help": "List of reporters to use",
"full": "reporters",
"list": true
},
"dir": {
"help": "Coverage directory",
"full": "dir"
},
"exclude": {
"help": "Scripts to exclude from testing",
"full": "exclude"
},
"include": {
"help": "Scripts to include in testing",
"full": "include"
}
}
}
}