forked from macacajs/UIAutomatorWD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 954 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
{
"name": "uiautomatorwd",
"version": "1.0.60",
"description": "Node.js wrapper for UIAutomator2",
"keywords": [
"uiautomator",
"Node.js"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "https:github.com/macacajs/uiautomatorwd.git"
},
"dependencies": {
"gradle": "^1.0.1",
"macaca-adb": "~1.0.2",
"request": "^2.81.0",
"xlogger": "~1.0.0",
"xutil": "~1.0.1"
},
"devDependencies": {
"eslint": "^4.13.1",
"eslint-plugin-mocha": "^4.11.0",
"git-contributor": "^1.0.8",
"istanbul": "*",
"mocha": "*",
"pre-commit": "*"
},
"scripts": {
"test": "istanbul cover `npm bin`/_mocha",
"lint": "eslint --fix lib test",
"ci": "npm run lint && npm run test",
"install": "node ./scripts/build.js",
"contributor": "git-contributor"
},
"pre-commit": [
"lint"
],
"homepage": "https://github.com/macacajs/uiautomatorwd",
"license": "MIT"
}