-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 936 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 936 Bytes
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
{
"name": "webdriver-facilitator-skill",
"version": "0.0.2",
"description": "Facilitator skill for webdriver",
"main": "index.js",
"scripts": {
"test": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DefinityLabs/webdriver-facilitator-skill.git"
},
"keywords": [
"facilitator",
"webdriver",
"automation"
],
"author": "Definity Labs",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/DefinityLabs/webdriver-facilitator-skill/issues"
},
"homepage": "https://github.com/DefinityLabs/webdriver-facilitator-skill#readme",
"devDependencies": {
"coveralls": "^2.13.1",
"jest": "^20.0.4"
},
"dependencies": {
"facilitator": "0.0.3",
"selenium-webdriver": "^3.5.0"
}
}