-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.38 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.38 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "selenium-webdriver",
"version": "2.44.0",
"description": "The official WebDriver JavaScript bindings from the Selenium project",
"keywords": [
"automation",
"selenium",
"testing",
"webdriver",
"webdriverjs"
],
"homepage": "https://code.google.com/p/selenium/",
"bugs": {
"url": "https://code.google.com/p/selenium/issues/list"
},
"main": "./index",
"repository": {
"type": "git",
"url": "https://code.google.com/p/selenium/"
},
"engines": {
"node": ">= 0.8.x"
},
"dependencies": {
"adm-zip": "0.4.4",
"tmp": "0.0.24",
"xml2js": "0.4.4"
},
"devDependencies": {
"mocha": "~1.10.0"
},
"scripts": {
"test": "mocha --harmony -t 600000 --recursive test"
},
"_id": "selenium-webdriver@2.44.0",
"_shasum": "6cc6257731cd27c6db6471092857755f99d77b57",
"_from": "selenium-webdriver@*",
"_npmVersion": "1.4.23",
"_npmUser": {
"name": "jmleyba",
"email": "jmleyba@gmail.com"
},
"maintainers": [
{
"name": "jmleyba",
"email": "jmleyba@gmail.com"
}
],
"dist": {
"shasum": "6cc6257731cd27c6db6471092857755f99d77b57",
"tarball": "http://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-2.44.0.tgz"
},
"directories": {},
"_resolved": "http://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-2.44.0.tgz",
"readme": "ERROR: No README data found!"
}