-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
42 lines (42 loc) · 1017 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
{
"scripts": {
"build": "rollup -c --environment BUILD:production"
},
"devDependencies": {
"@types/request-promise": "^4.1.39",
"rollup": "^0.53.2",
"rollup-plugin-commonjs": "^8.2.6",
"rollup-plugin-istanbul": "^2.0.0",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-typescript2": "^0.9.0",
"typescript": "^2.6.2"
},
"dependencies": {
"request": "^2.83.0",
"request-promise": "^4.2.2",
"url-join": "^2.0.2"
},
"name": "wda-driver",
"description": "Facebook WebDriverAgent Node Client Library (not official)",
"version": "1.0.2",
"main": "dist/wda.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zqingr/wda-driver.git"
},
"keywords": [
"wda",
"WebDriverAgent",
"Appium",
"ios"
],
"author": "zqi",
"license": "ISC",
"bugs": {
"url": "https://github.com/zqingr/node-wda/issues"
},
"homepage": "https://github.com/zqingr/node-wda#readme"
}