-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 854 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 854 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
{
"name": "selenium-java-robot",
"version": "0.0.6",
"description": "Tool allowing JavaScripts scripts running in a browser to generate keyboard and mouse events at the operating system level, especially for automated tests.",
"repository": {
"type": "git",
"url": "https://github.com/ariatemplates/selenium-java-robot.git"
},
"index": "index.js",
"bin": {
"selenium-java-robot": "bin/selenium-java-robot"
},
"scripts": {
"prepublish": "mvn clean package"
},
"author": "ariatemplates <ariatemplates@amadeus.com> (http://github.com/ariatemplates)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ariatemplates/selenium-java-robot/issues"
},
"homepage": "https://github.com/ariatemplates/selenium-java-robot",
"dependencies": {
"chromedriver": "^2.10.0-1",
"which": "^1.0.5"
}
}