-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
49 lines (49 loc) · 1.03 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": "macaca-ios",
"version": "2.1.0",
"description": "Macaca iOS driver",
"keywords": [
"macaca",
"ios"
],
"files": [
"lib/**/*.js"
],
"main": "./lib/macaca-ios",
"repository": {
"type": "git",
"url": "git://github.com/macacajs/macaca-ios.git"
},
"dependencies": {
"co": "~4.6.0",
"driver-base": "~0.1.0",
"ios-device": "^1.0.0",
"ios-simulator": "~1.0.0",
"ios-utils": "~1.0.9",
"macaca-utils": "1",
"remote-debugger": "~1.1.0",
"webdriver-dfn-error-code": "~1.0.1",
"xctestwd": "1",
"xlogger": "1"
},
"devDependencies": {
"eslint": "^4.14.0",
"eslint-plugin-mocha": "^4.11.0",
"git-contributor": "1",
"husky": "^7.0.4",
"istanbul": "*",
"mocha": "*"
},
"scripts": {
"ci": "npm run lint && npm run test",
"test": "istanbul cover `npm bin`/_mocha",
"lint": "eslint --fix lib test",
"contributor": "git-contributor"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
},
"license": "MIT"
}