forked from macacajs/XCTestWD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.11 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
{
"name": "xctestwd",
"version": "1.4.5",
"description": "Swift implementation of WebDriver server for iOS that runs on Simulator/iOS devices.",
"keywords": [
"iOS",
"xctest"
],
"repository": {
"type": "git",
"url": "git://github.com/macacajs/xctestwd.git"
},
"main": "index.js",
"dependencies": {
"ios-utils": "~1.0.0",
"macaca-doctor": "^2.0.4",
"macaca-utils": "^1.0.0",
"request": "~2.69.0",
"shelljs": "^0.7.8",
"webdriver-dfn-error-code": "~1.0.1",
"xcode": "^0.8.9",
"xctestwd-frameworks-93": "^1.0.0",
"xctestwd-frameworks-94": "^1.0.1",
"xctestwd-frameworks": "^1.0.0",
"xlogger": "~1.0.0"
},
"devDependencies": {
"co-mocha": "*",
"eslint": "^4.13.0",
"eslint-plugin-mocha": "^4.11.0",
"git-contributor": "^1.0.7",
"istanbul": "*",
"mocha": "*",
"pre-commit": "*"
},
"pre-commit": [
"lint"
],
"scripts": {
"test": "mocha",
"lint": "eslint . --fix",
"install": "node ./scripts/install.js",
"contributor": "git-contributor"
},
"site": "https://macacajs.github.io",
"license": "MIT"
}