forked from appium-boneyard/appium-ios-driver
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
86 lines (86 loc) · 2.16 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "appium-ios-driver",
"description": "Appium driver for iOS",
"keywords": [
"appium"
],
"version": "1.12.26",
"author": "appium",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/appium/appium-ios-driver.git"
},
"bugs": {
"url": "https://github.com/appium/appium-ios-driver/issues"
},
"engines": [
"node"
],
"main": "./build/index.js",
"bin": {},
"directories": {
"lib": "lib"
},
"dependencies": {
"adm-zip": "^0.4.7",
"appium-base-driver": "^2.0.9",
"appium-cookies": "^1.1.0",
"appium-instruments": "^3.8.2",
"appium-ios-log": "^1.2.0",
"appium-ios-simulator": "^1.7.0",
"appium-logger": "^2.1.0",
"appium-remote-debugger": "^3.0.0",
"appium-support": "^2.3.0",
"appium-uiauto": "^2.3.2",
"appium-xcode": "^3.1.0",
"asyncbox": "^2.3.1",
"babel-runtime": "=5.8.24",
"bluebird": "^2.10.2",
"continuation-local-storage": "^3.1.7",
"ios-app-utils": "^1.1.0",
"js2xmlparser2": "^0.2.0",
"lodash": "^4.13.1",
"node-idevice": "^0.1.6",
"path": "^0.12.7",
"safari-launcher": "^2.0.5",
"source-map-support": "^0.4.0",
"teen_process": "^1.6.0",
"url": "^0.11.0",
"uuid-js": "^0.7.5",
"xmldom": "^0.1.22",
"xpath": "0.0.22",
"yargs": "^3.32.0"
},
"scripts": {
"prepublish": "./node_modules/.bin/gulp prepublish",
"test": "./node_modules/.bin/gulp once",
"watch": "./node_modules/.bin/gulp",
"precommit-msg": "echo 'Pre-commit checks...' && exit 0",
"lint": "gulp eslint"
},
"pre-commit": [
"precommit-msg",
"lint",
"test"
],
"devDependencies": {
"appium-gulp-plugins": "^1.4.5",
"appium-test-support": "0.0.5",
"babel-eslint": "^6.0.4",
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"colors": "^1.1.2",
"eslint": "^2.12.0",
"eslint-config-appium": "0.0.3",
"eslint-plugin-babel": "^3.2.0",
"eslint-plugin-import": "^1.8.1",
"eslint-plugin-mocha": "^3.0.0",
"gulp": "^3.9.1",
"node-uuid": "^1.4.7",
"pre-commit": "^1.1.3",
"sample-apps": "^2.0.4",
"sinon": "^1.17.4",
"unorm": "^1.4.1"
}
}