-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.2 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "wd",
"description": "WebDriver/Selenium 2 node.js client",
"keywords": [
"testing",
"automation",
"webdriver",
"webdriverjs",
"selenium"
],
"version": "1.11.1",
"author": "Adam Christian <adam.christian@gmail.com>",
"contributors": [
"Ruben Daniels (https://github.com/javruben)",
"Peter Braden (https://github.com/peterbraden)",
"Seb Vincent (https://github.com/sebv)",
"Peter 'Pita' Martischka (https://github.com/Pita)",
"Jonathan Lipps (https://github.com/jlipps)",
"Phil Sarin (https://github.com/pdsarin)",
"Mathieu Sabourin (https://github.com/OniOni)",
"Bjorn Tipling (https://github.com/btipling)",
"Santiago Suarez Ordonez (https://github.com/santiycr)",
"Bernard Kobos (https://github.com/bernii)",
"Jason Carr (https://github.com/maudineormsby)",
"Matti Schneider <hi@mattischneider.fr> (https://github.com/MattiSG)"
],
"repository": {
"type": "git",
"url": "https://github.com/admc/wd.git"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/admc/wd/issues"
},
"engines": [
"node"
],
"main": "./lib/main",
"bin": {
"wd": "./lib/bin.js"
},
"directories": {
"lib": "./lib"
},
"dependencies": {
"archiver": "2.1.1",
"async": "2.0.1",
"lodash": "4.17.11",
"mkdirp": "^0.5.1",
"q": "1.4.1",
"request": "2.88.0",
"vargs": "0.1.0"
},
"devDependencies": {
"bdd-with-opts": "1.1.1",
"chai": "3.5.0",
"chai-as-promised": "6.0.0",
"colors": "1.1.2",
"dox": "0.9.0",
"express": "^4.16.3",
"gulp": "3.9.1",
"gulp-jshint": "^2.1.0",
"hbs": "4.0.1",
"http-proxy": "1.15.1",
"imageinfo": "1.0.4",
"istanbul": "0.4.5",
"jshint": "^2.9.6",
"jshint-stylish": "2.2.1",
"mocha": "^5.2.0",
"mu2": "0.5.21",
"nock": "8.0.0",
"promise-simple": "0.1.0",
"run-sequence": "1.2.2",
"sauce-connect-launcher": "^1.2.4",
"spawn-mocha-parallel": "1.3.1",
"sv-selenium": "0.3.1",
"underscore.string": "^3.3.4",
"uuid": "3.0.1",
"yargs": "6.0.0"
},
"scripts": {
"test": "gulp test-unit",
"all_tests": "gulp test",
"install": "node scripts/build-browser-scripts"
}
}