forked from macacajs/macaca-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1016 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 1016 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
37
38
39
40
41
42
43
44
45
{
"name": "macaca-ios",
"version": "2.0.34",
"description": "Macaca iOS driver",
"keywords": [
"macaca",
"ios"
],
"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.0",
"macaca-utils": "^1.0.0",
"remote-debugger": "~1.0.0",
"webdriver-dfn-error-code": "~1.0.1",
"xctestwd": "1.4.4",
"xlogger": "~1.0.0"
},
"devDependencies": {
"co-mocha": "*",
"eslint": "^4.14.0",
"eslint-plugin-mocha": "^4.11.0",
"git-contributor": "^1.0.0",
"istanbul": "*",
"mocha": "*",
"pre-commit": "*"
},
"scripts": {
"ci": "npm run lint && npm run test",
"test": "istanbul cover `npm bin`/_mocha",
"lint": "eslint --fix lib test",
"contributor": "git-contributor"
},
"pre-commit": [
"lint"
],
"license": "MIT"
}