-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
38 lines (38 loc) · 869 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
35
36
37
38
{
"name": "karma-htmlfile-reporter",
"version": "0.3.8",
"description": "A Karma plugin. Report results in styled html format.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/matthias-schuetz/karma-htmlfile-reporter.git"
},
"keywords": [
"karma-plugin",
"karma-reporter",
"html"
],
"author": {
"name": "Matthias Schuetz"
},
"contributors": [
"David G Chung <davidc4747@yahoo.com>",
"Nader Eoshaiker /~https://github.com/nader-eloshaiker"
],
"dependencies": {
"xmlbuilder": "^10.0.0"
},
"peerDependencies": {
"karma": ">=0.10"
},
"license": "MIT",
"devDependencies": {
"grunt": "^1.0.3",
"grunt-auto-release": "~0.0.7",
"grunt-bump": "^0.8.0",
"grunt-npm": "~0.0.2"
}
}