-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
41 lines (41 loc) · 920 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
39
40
41
{
"name": "xunit-reports-viewer",
"version": "1.0.7",
"description": "Tool for easy viewing of reports that were generated by XUnit",
"keywords": [
"xunit",
"test",
"report"
],
"author": "Bohdan Tkachenko <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/BohdanTkachenko/xunit-reports-viewer.git"
},
"bin": {
"xunit-viewer": "./bin/xunit-reports-viewer"
},
"scripts": {
"install": "./bin/symlink_public"
},
"license": "MIT",
"bundleDependencies": [
"jquery",
"bootstrap"
],
"dependencies": {
"async": "^0.9.0",
"bootstrap": "^3.2.0",
"coffee-script": "^1.8.0",
"entities": "^1.1.1",
"express": "^4.9.5",
"hbs": "^2.7.0",
"jquery": "^2.1.1",
"mime": "^1.2.11",
"moment": "^2.8.3",
"morgan": "^1.3.1",
"xml2js": "^0.4.4",
"minimist": "^1.1.0"
},
"devDependencies": {}
}