We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e82b92 commit fa165d0Copy full SHA for fa165d0
package.json
@@ -2,6 +2,14 @@
2
"name": "appium-novawindows-driver",
3
"version": "0.0.2",
4
"description": "Appium driver for Windows",
5
+ "keywords": [
6
+ "appium",
7
+ "novawindows",
8
+ "uiautomation",
9
+ "powershell",
10
+ "automated testing",
11
+ "windows"
12
+ ],
13
"main": "build/lib/driver.js",
14
"scripts": {
15
"build": "tsc -b",
@@ -11,6 +19,13 @@
19
},
20
"author": "Automate The Planet",
21
"license": "Apache-2.0",
22
+ "repository": {
23
+ "type": "git",
24
+ "url": "https://github.com/AutomateThePlanet/appium-novawindows-driver.git"
25
+ },
26
+ "bugs": {
27
+ "url": "https://github.com/AutomateThePlanet/appium-novawindows-driver/issues"
28
29
"peerDependencies": {
30
"appium": "^2.17.1"
16
31
0 commit comments