forked from Kenzitron/protractor-jasmine2-html-reporter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 936 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
{
"name": "protractor-jasmine2-html-reporter",
"version": "0.0.6",
"description": "HTML reporter for Jasmine2 and Protractor",
"main": "index.js",
"scripts": {
"test": "protractor protractor.config.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Kenzitron/protractor-jasmine2-html-reporter"
},
"keywords": [
"jasmine2",
"protractor",
"reporter",
"html",
"test",
"functional testing",
"screenshots",
"end2end",
"bdd"
],
"author": "Alejandro Asensio <alejandro@kenzilab.com> (http://www.kenzilab.com/)",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/Kenzitron/protractor-jasmine2-html-reporter/issues"
},
"dependencies": {
"hat": "0.0.3",
"lodash": "^4.0.0",
"mkdirp": "^0.5.0",
"string.prototype.startswith": "^0.2.0"
},
"devDependencies": {
"jasmine": "^2.4.1",
"protractor": "^3.1.1"
}
}