forked from BelAn97/mochawesome-screenshots
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
69 lines (69 loc) · 1.56 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "mochawesome-screenshots",
"version": "1.6.0-kp.1",
"description": "A Gorgeous HTML/CSS Reporter for Mocha.js",
"scripts": {
"test": "gulp build"
},
"author": "Andrei Belousov",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/kayak/mochawesome-screenshots"
},
"keywords": [
"mocha",
"mochawesome",
"protractor",
"screenshot",
"reporter",
"json",
"handlebars"
],
"engine": "node >= 0.10.0",
"main": "mochawesome.js",
"dependencies": {
"async": "^0.9.0",
"chalk": "^1.0.0",
"debug": "^2.2.0",
"diff": "^1.4.0",
"glob": "^7.0.3",
"fs-extra": "^4.0.1",
"handlebars": "^3.0.3",
"highlight.js": "^8.5.0",
"json-stringify-safe": "^5.0.0",
"lodash": "^3.1.0",
"mkdirp": "^0.5.1",
"moment": "^2.9.0",
"ncp": "^1.0.1",
"opener": "^1.4.1",
"util": "^0.10.3",
"uuid": "^3.0.0"
},
"peerDependencies": {
"mocha": "*"
},
"devDependencies": {
"bootstrap": "^3.3.2",
"chart.js": "^1.0.1",
"fiveby": "^1.0.0",
"gulp": "^3.8.1",
"gulp-concat": "^2.4.3",
"gulp-declare": "^0.3.0",
"gulp-handlebars": "^4.0.0",
"gulp-jshint": "^1.9.0",
"gulp-less": "^3.0.3",
"gulp-mocha": "^2.2.0",
"gulp-plumber": "^0.6.6",
"gulp-spawn-mocha": "^0.5.2",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.2",
"gulp-watch": "^4.1.0",
"gulp-wrap": "^0.10.1",
"jquery": "^3.3.1",
"jshint-stylish": "^1.0.0",
"merge-stream": "^0.1.7",
"mocha": "~2",
"should": "^3.3.2"
}
}