forked from appium/appium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 1.8 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
{
"name": "appium",
"description": "Automation for Apps.",
"tags": [
"automation",
"javascript",
"selenium",
"webdriver",
"ios",
"android",
"firefoxos",
"testing"
],
"version": "1.5.2",
"author": "https://github.com/appium",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/appium/appium.git"
},
"bugs": {
"url": "https://github.com/appium/appium/issues"
},
"engines": {
"node": ">=0.12",
"iojs": ">=1.0.0"
},
"main": "./build/lib/main.js",
"bin": {
"appium": "./build/lib/main.js",
"authorize-ios": "./node_modules/.bin/authorize-ios"
},
"directories": {
"lib": "./lib",
"doc": "./docs"
},
"dependencies": {
"appium-android-driver": "^1.10.1",
"appium-base-driver": "^1.5.0",
"appium-express": "^1.2.2",
"appium-fake-driver": "^0.1.9",
"appium-ios-driver": "^1.11.4",
"appium-logger": "^2.1.0",
"appium-selendroid-driver": "^1.3.3",
"appium-support": "^2.2.1",
"argparse": "^1.0.7",
"asyncbox": "^2.3.1",
"authorize-ios": "^1.0.4",
"babel-runtime": "=5.8.24",
"bluebird": "^2.10.2",
"continuation-local-storage": "^3.1.7",
"date-utils": "^1.2.21",
"lodash": "^4.11.1",
"mobile-json-wire-protocol": "^1.3.3",
"npmlog": "^2.0.3",
"request-promise": "^1.0.2",
"source-map-support": "^0.4.0",
"teen_process": "^1.6.0",
"winston": "^2.2.0"
},
"scripts": {
"prepublish": "gulp prepublish",
"test": "gulp once",
"watch": "gulp"
},
"devDependencies": {
"appium-gulp-plugins": "^1.4.5",
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"gulp": "^3.9.1",
"mocha": "^2.4.5",
"sinon": "^1.17.3",
"wd": "~0.4.0"
},
"optionalDependencies": {
"fsevents": "^1.0.8"
}
}