forked from Metadrop/nightwatch-api-steps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 921 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
{
"name": "nightwatch-api-steps",
"version": "0.0.4",
"description": "Generic steps that can be used with nightwatch-api",
"main": "index.js",
"scripts": {
"start": "node index.js",
"cucumber": "cucumber-js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Metadrop/nightwatch-api-steps.git"
},
"keywords": [
"nightwatch",
"nightwatch-api",
"cucumber"
],
"author": "Omar Lopesino",
"license": "ISC",
"bugs": {
"url": "https://github.com/Metadrop/nightwatch-api-steps/issues"
},
"homepage": "https://github.com/Metadrop/nightwatch-api-steps#readme",
"dependencies": {
"cucumber": "^6.0.5",
"nightwatch-api": "^3.0.1"
},
"devDependencies": {
"chromedriver": "^79.0.0",
"cucumber-pretty": "^6.0.0",
"nightwatch": "^1.3.2",
"selenium-server": "^3.5.3"
}
}