-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.json
52 lines (52 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
50
51
52
{
"name": "appium-uiauto",
"description": "Appium iOS UI Automation driver",
"keywords": [
"appium",
"ios"
],
"version": "2.4.0",
"author": "appium",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/appium/appium-uiauto.git"
},
"bugs": {
"url": "https://github.com/appium/appium-uiauto/issues"
},
"engines": [
"node"
],
"main": "./build/index.js",
"bin": {},
"directories": {
"lib": "lib"
},
"dependencies": {
"appium-base-driver": "^2.0.1",
"appium-instruments": "^3.6.0",
"appium-support": "^2.5.0",
"babel-runtime": "=5.8.24",
"bluebird": "^2.9.32",
"lodash": "^4.3.0",
"source-map-support": "^0.3.1",
"teen_process": "^1.3.1",
"through": "^2.3.8"
},
"scripts": {
"prepublish": "./node_modules/.bin/gulp prepublish",
"test": "./node_modules/.bin/gulp once",
"watch": "./node_modules/.bin/gulp"
},
"devDependencies": {
"appium-gulp-plugins": "^1.3.12",
"appium-xcode": "^3.0.1",
"chai": "^3.3.0",
"chai-as-promised": "^5.1.0",
"gulp": "^3.9.0",
"npmlog": "2.x",
"sinon": "^1.17.1",
"sinon-chai": "^2.8.0"
}
}