-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathpackage.json
47 lines (47 loc) · 1.31 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
{
"name": "protractor-jasmine2-html-reporter",
"version": "0.0.7",
"description": "HTML reporter for Jasmine and Protractor. It will generate beautiful and useful report for your web apps.",
"main": "index.js",
"scripts": {
"test": "protractor protractor.config.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Kenzitron/protractor-jasmine2-html-reporter",
"postinstall": "./node_modules/protractor/bin/webdriver-manager update"
},
"keywords": [
"jasmine",
"jasmine 2",
"protractor",
"reporter",
"html",
"test",
"functional testing",
"screenshot",
"end2end",
"bdd"
],
"author": "Alejandro Asensio <alejandro@kenzilab.com> (http://www.kenzilab.com/)",
"contributors": [
"Calin Fraser <calinfraser@gmail.com> (https://github.com/kaliayev)",
"Vasanth K <vasanth.k@perfomatix.com> (https://github.com/vasanth5738)",
"Chris Rudmin (https://github.com/chris-rudmin)"
],
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/Kenzitron/protractor-jasmine2-html-reporter/issues"
},
"dependencies": {
"async": "^2.1.4",
"hat": "^0.0.3",
"lodash": "^4.17.0",
"mkdirp": "^0.5.0",
"string.prototype.startswith": "^0.2.0"
},
"devDependencies": {
"jasmine": "^2.5.2",
"phantomjs": "^2.1.7"
}
}