forked from yahoo/preceptor-webdriver
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.15 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.15 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
{
"name": "preceptor-webdriver",
"version": "0.9.9",
"description": "Webdriver plugin for the Preceptor test-runner and aggregator",
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "istanbul cover -- _mocha --reporter spec",
"docs": "yuidoc ."
},
"homepage": "https://github.com/yahoo/preceptor-wedriver",
"bugs": "https://github.com/yahoo/preceptor-webdriver/issues",
"repository": {
"type": "git",
"url": "https://github.com/yahoo/preceptor-webdriver.git"
},
"keywords": [
"testing",
"preceptor",
"webdriver",
"cabbie",
"taxi",
"saucelabs",
"browserstack",
"ghostdriver",
"chromedriver",
"selenium"
],
"author": {
"name": "Marcel Erz",
"email": "erz@yahoo-inc.com"
},
"dependencies": {
"istanbul": "0.3.2",
"minimatch": "1.0.0",
"preceptor": "~0.9.6",
"preceptor-core": "0.9.3",
"selenium-server-standalone-jar": "^2.45.0",
"promise": "6.0.0",
"underscore": "1.7.0"
},
"devDependencies": {
"taxi": "~0.1.0",
"chai": "1.9.1",
"coveralls": "2.11.2",
"mocha": "1.21.4",
"sinon": "1.12.1",
"yuidocjs": "0.3.50"
}
}