-
Notifications
You must be signed in to change notification settings - Fork 62
/
package.json
49 lines (49 loc) · 1.17 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
{
"name": "xctestwd",
"version": "1.4.34",
"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",
"macaca-doctor": "2",
"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-13": "1",
"xctestwd-frameworks-12dot5": "1",
"xctestwd-frameworks-12": "1",
"xctestwd-frameworks": "1",
"xlogger": "~1.0.0"
},
"devDependencies": {
"eslint": "^4.13.0",
"eslint-plugin-mocha": "^4.11.0",
"git-contributor": "1",
"husky": "^1.3.1",
"mocha": "*",
"nyc": "^13.3.0"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
},
"scripts": {
"test": "nyc --reporter=lcov --reporter=text mocha",
"lint": "eslint . --fix",
"install": "node ./scripts/install.js",
"contributor": "git-contributor"
},
"site": "https://macacajs.github.io",
"license": "MIT"
}