UNPKG

2.94 kBJSONView Raw
1{
2 "name": "cucumber-html-reporter",
3 "version": "4.0.5",
4 "description": "Generates Cucumber HTML reports in three different themes",
5 "main": "index.js",
6 "author": {
7 "name": "Kushang Gajjar",
8 "email": "g.kushang@gmail.com"
9 },
10 "contributors": [
11 {
12 "name": "Galileo1",
13 "url": "https://github.com/Galileo1"
14 },
15 {
16 "name": "LiQiang",
17 "url": "https://github.com/li-qiang"
18 },
19 {
20 "name": "Igor Muchychka",
21 "url": "https://github.com/mucsi96"
22 },
23 {
24 "name": "Miguel Ángel Domínguez",
25 "url": "https://github.com/eridem"
26 },
27 {
28 "name": "Thyagarajulu Atthipatla",
29 "url": "https://github.com/thyagab"
30 },
31 {
32 "name": "Alexandros D",
33 "url": "https://github.com/AlexandrosD"
34 },
35 {
36 "name": "spujar",
37 "url": "https://github.com/spujar"
38 },
39 {
40 "name": "Craeg Strong",
41 "url": "https://github.com/cstrong"
42 },
43 {
44 "name": "anrodkin",
45 "url": "https://github.com/anrodkin"
46 },
47 {
48 "name": "spukst3r",
49 "url": "https://github.com/spukst3r"
50 },
51 {
52 "name": "klimenko4",
53 "url": "https://github.com/klimenko4"
54 },
55 {
56 "name": "telaoumatenyanis",
57 "url": "https://github.com/telaoumatenyanis"
58 },
59 {
60 "name": "jingfuxiang",
61 "url": "https://github.com/jingfuxiang"
62 },
63 {
64 "name": "StefanPi-gfk",
65 "url": "https://github.com/StefanPi-gfk"
66 },
67 {
68 "name": "binalabs",
69 "url": "https://github.com/binalabs"
70 },
71 {
72 "name": "rakeshkumar5b4",
73 "url": "https://github.com/rakeshkumar5b4"
74 },
75 {
76 "name": "xywang68",
77 "url": "https://github.com/xywang68"
78 },
79 {
80 "name": "aurell14",
81 "url": "https://github.com/aurell14"
82 },
83 {
84 "name": "mkginfo",
85 "url": "https://github.com/mkginfo"
86 }
87 ],
88 "scripts": {
89 "pretest": "node node_modules/cucumber/bin/cucumber-js test/features/ -r test/features/step_definitions -f json:test/report/cucumber_report.json --no-strict || true",
90 "test": "node test/createHtmlReports.js",
91 "posttest": "rm -rf test/report/*.html test/report/*.json test/report/screenshot screenshots"
92 },
93 "repository": {
94 "type": "git",
95 "url": "git+https://github.com/gkushang/cucumber-html-reporter.git"
96 },
97 "bugs": {
98 "url": "https://github.com/gkushang/cucumber-html-reporter/issues",
99 "email": "g.kushang@gmail.com"
100 },
101 "keywords": [
102 "cucumber",
103 "html",
104 "cucumber-html-reporter",
105 "html report",
106 "json to html"
107 ],
108 "license": "MIT",
109 "homepage": "https://github.com/gkushang/cucumber-html-reporter#readme",
110 "dependencies": {
111 "find": "^0.2.7",
112 "fs-extra": "^3.0.1",
113 "js-base64": "^2.3.2",
114 "jsonfile": "^3.0.0",
115 "lodash": "^4.17.5",
116 "opn": "5.3.0"
117 },
118 "devDependencies": {
119 "chai": "^3.5.0",
120 "cucumber": "^4.0.0"
121 }
122}