-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 759 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 759 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
27
28
29
30
31
32
33
34
35
36
{
"name": "sauce-tap-runner",
"version": "0.1.2",
"description": "Automate running TAP browser unit tests on Sauce Labs",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "http://github.com/conradz/sauce-tap-runner.git"
},
"keywords": [
"webdriver",
"wd",
"test",
"tests",
"saucelabs",
"sauce",
"tap"
],
"author": "Conrad Zimmerman <me@conradz.com>",
"license": "BSD",
"bugs": {
"url": "https://github.com/conradz/sauce-tap-runner/issues"
},
"dependencies": {
"wd-tap-runner": "~0.1.0",
"wd": "~0.2.3",
"sauce-connect-launcher": "~0.2.1",
"sauce-results": "~0.1.0"
},
"devDependencies": {
"async": "~0.2.9"
}
}