web-component-tester-istanbul
Version:
Instanbul coverage reporting for projects being tested by web-component-tester
55 lines (54 loc) • 1.37 kB
JSON
{
"name": "web-component-tester-istanbul",
"version": "0.10.0",
"description": "Instanbul coverage reporting for projects being tested by web-component-tester",
"main": "lib/plugin.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/thedeeno/web-component-tester-istanbul.git"
},
"keywords": [
"web-component-tester",
"istanbul",
"coverage",
"wct"
],
"author": "Dane O'Connor",
"license": "ISC",
"bugs": {
"url": "https://github.com/thedeeno/web-component-tester-istanbul/issues"
},
"homepage": "https://github.com/thedeeno/web-component-tester-istanbul",
"dependencies": {
"html-script-hook": "^0.9.1",
"istanbul": "^0.3.2",
"istanbul-threshold-checker": "^0.1.0",
"lodash": "^2.4.1",
"minimatch": "^1.0.0",
"parseurl": "^1.3.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"
}
}
}
}