-
Notifications
You must be signed in to change notification settings - Fork 79
/
package.json
77 lines (77 loc) · 1.88 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
70
71
72
73
74
75
76
77
{
"name": "protractor-jasmine2-screenshot-reporter",
"version": "0.5.1",
"description": "Use the screenshot reporter to capture screenshots after each executed Protractor test case.",
"main": "index.js",
"scripts": {
"test": "mocha test",
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec",
"lint": "jshint --config .jshintrc index.js test"
},
"repository": {
"type": "git",
"url": "https://github.com/mlison/protractor-jasmine2-screenshot-reporter"
},
"dependencies": {
"hat": "0.0.3",
"lodash": "^4.17.4",
"mkdirp": "^0.5.0",
"rimraf": "^2.4.3",
"string.prototype.startswith": "^0.2.0",
"uuid": "^2.0.0"
},
"keywords": [
"screenshot",
"jasmine",
"jasmine2",
"protractor",
"selenium",
"reporter",
"html"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/mlison/protractor-jasmine2-screenshot-reporter/issues"
},
"homepage": "https://github.com/mlison/protractor-jasmine2-screenshot-reporter",
"contributors": [
{
"name": "Antti Arponen",
"email": "[email protected]"
},
{
"name": "Alex Novikov",
"email": "[email protected]",
"url": "http://www.asnovikov.ru/"
},
{
"name": "Sandeep Adinarayana"
},
{
"name": "Ievgenii Vdovenko"
},
{
"name": "Andrew Finlay",
"url": "https://github.com/AndrewFinlay"
},
{
"name": "Mark Veenstra",
"email": "[email protected]",
"url": "https://github.com/mark-veenstra"
}
],
"devDependencies": {
"chai": "^3.5.0",
"chai-fs": "^0.1.0",
"gulp": "^3.9.1",
"gulp-istanbul": "^1.0.0",
"gulp-jshint": "^2.0.1",
"gulp-mocha": "^2.2.0",
"guppy-pre-commit": "^0.3.0",
"istanbul": "^0.4.4",
"jshint": "^2.9.2",
"mocha": "^2.5.3",
"sinon": "^1.17.4"
}
}