-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
58 lines (58 loc) · 1.51 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
{
"name": "generic-cucumber-protractor-framework",
"version": "1.8.8",
"description": "Generic Cucumber Protractor Automation Framework",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tabcorp/generic-cucumber-protractor-framework.git"
},
"keywords": [
"generic cucumber protractor framework",
"generic-cucumber-protractor-framework",
"cucumber steps",
"cucumber step definitions",
"protractor plugin",
"test",
"testing",
"automated tests",
"e2e tests",
"end-to-end tests",
"webdriver",
"webdriverjs",
"selenium",
"protractor",
"cucumber",
"cucumberjs",
"cucumber-js",
"gherkin",
"bdd"
],
"engines": {
"node": ">=6.10.2"
},
"author": "Cameron Bradley <cameron.bradley@tabcorp.com.au> (http://www.tabcorp.com.au)",
"license": "ISC",
"bugs": {
"url": "https://github.com/Tabcorp/generic-cucumber-protractor-framework/issues"
},
"homepage": "https://github.com/Tabcorp/generic-cucumber-protractor-framework#readme",
"dependencies": {},
"devDependencies": {
"@faker-js/faker": "^7.6.0",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"chai-things": "^0.2.0",
"cucumber-pretty": "^1.4.0",
"jsonpath": "^1.0.1",
"lodash": "^4.17.5",
"protractor-flake": "^3.0.1",
"protractor-hotkeys": "0.0.5",
"q": "^1.5.1",
"request": "^2.83.0",
"request-promise": "^4.2.2"
}
}