forked from detro/ghostdriver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 922 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
37
38
39
40
41
{
"name": "ghostdriver",
"version": "2.0.0",
"description": "Ghost Driver is an implementation of the Remote WebDriver Wire protocol, using PhantomJS as back-end.",
"bin": {
"ghostdriver": "./bin/ghostdriver"
},
"repository": {
"type": "git",
"url": "git+https://github.com/detro/ghostdriver.git"
},
"keywords": [
"selenium",
"ghostdriver",
"phantomjs",
"webkit",
"headless"
],
"author": "Ivan De Marino",
"maintainers": [
{
"name": "Jason Gowan",
"email": "[email protected]",
"web": "https://github.com/jesg"
}
],
"license": "BSD-2-Clause",
"files": [
"LICENSE.BSD",
"README.md",
"bin/ghostdriver",
"src/"
],
"optionalDependencies": {
"phantomjs-prebuilt": ">2.1.1"
},
"bugs": {
"url": "https://github.com/detro/ghostdriver/issues"
},
"homepage": "https://github.com/detro/ghostdriver#readme"
}