-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
34 lines (34 loc) · 959 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "karma-html-detailed-reporter",
"version": "0.0.0-0",
"description": "A Karma plugin. Report results in a detailed HTML page.",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git://github.com/a11smiles/karma-html-detailed-reporter.git"
},
"keywords": [
"karma",
"karma-plugin",
"karma-reporter",
"html"
],
"author": {
"name": "Joshua Davis",
"email": "[email protected]",
"url": "http://jdav.is"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/a11smiles/karma-html-detailed-reporter/issues"
},
"homepage": "https://github.com/a11smiles/karma-html-detailed-reporter",
"dependencies": {
"karma": ">=3.0.0",
"xmlbuilder": "0.4.2",
"bootstrap": "^4.3.1",
"jquery": "^3.0.0",
"istanbul": "0.4.5",
"@fortawesome/fontawesome-free": "^5.8.1"
}
}