forked from appium-boneyard/appium-uiauto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1008 Bytes
/
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
{
"name": "appium-uiauto",
"version": "1.10.7",
"description": "appium uiauto ios driver",
"main": "lib/main.js",
"bin": {},
"scripts": {
"test": "make && make test_uiauto"
},
"repository": {
"type": "git",
"url": "https://github.com/appium/appium-uiauto.git"
},
"author": "",
"licenses": [
{
"type": "apache-2.0",
"url": "https://raw.github.com/appium/appium/master/LICENSE"
}
],
"bugs": {
"url": "https://github.com/appium/appium-uiauto/issues"
},
"homepage": "https://github.com/appium/appium-uiauto",
"dependencies": {
"argparse": "~0.1.15",
"mkdirp": "~0.5.0",
"q": "~1.1.2",
"winston": "~0.8.3"
},
"devDependencies": {
"appium-instruments": "1.5.3",
"underscore": "~1.7.0",
"chai": "~1.10.0",
"sinon-chai": "~2.6.0",
"chai-as-promised": "~4.1.1",
"jscs": "~1.8.1",
"jshint": "~2.5.1",
"mocha": "~2.1.0",
"rimraf": "~2.2.8",
"sinon": "~1.12.2",
"through": "~2.3.4"
}
}