forked from a11smiles/karma-html-detailed-reporter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 899 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
{
"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": ">=0.13.19",
"xmlbuilder": "0.4.2",
"bootstrap": "^3.3.6",
"jquery": "^2.2.0",
"istanbul": "0.4.2"
}
}