-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
47 lines (47 loc) · 1.17 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "karma-html-reporter",
"version": "0.2.7",
"description": "A Karma plugin. Report results in pretty html format.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"jasmine_template.html",
"index.js"
],
"repository": {
"type": "git",
"url": "git://github.com/dtabuenc/karma-html-reporter"
},
"keywords": [
"karma-plugin",
"karma-reporter",
"html"
],
"author": "Daniel Tabuenca <[email protected]>",
"dependencies": {
"lodash": "^4.17.11",
"mu2": "~0.5.19"
},
"peerDependencies": {
"karma": ">=0.11"
},
"license": "MIT",
"devDependencies": {
"grunt": "^1.0.3",
"grunt-auto-release": "~0.0.2",
"grunt-bump": "^0.8.0",
"grunt-npm": "~0.0.2"
},
"contributors": [
"jonyio <[email protected]>",
"Daniel Tabuenca <[email protected]>",
"MikeMatusz <[email protected]>",
"David Epely <[email protected]>",
"Jonathan Argentiero <[email protected]>",
"Michaël Zasso <[email protected]>",
"Shawn Fumo <[email protected]>",
"nick.mccready <[email protected]>"
]
}