forked from nanoscopic/stf-ios-provider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.23 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
{
"name": "stf-ios-provider",
"version": "3.4.0",
"description": "OpenSTF IOS Provider",
"keywords": [
"stf",
"test",
"remote",
"ios"
],
"bugs": {
"url": "https://github.com/nanoscopic/stf-ios-provider/issues"
},
"license": "Apache-2.0",
"author": {
"name": "David Helkowski",
"email": "[email protected]",
"url": "https://dryark.com/stfios"
},
"repository": {
"type": "git",
"url": "https://github.com/nanoscopic/stf-ios-provider.git"
},
"dependencies": {
"bluebird": "^3.7.2",
"chalk": "~3.0.0",
"eventemitter3": "^4.0.0",
"form-data": "^3.0.0",
"pngjs": "^3.4.0",
"jpeg-js": "^0.4.1",
"lodash": "^4.17.15",
"my-local-ip": "^1.0.0",
"protobufjs": "^5.0.3",
"request-promise": "^4.2.5",
"node-fetch": "^2.6.0",
"rfb2": "^0.0.2",
"semver": "^7.1.2",
"split": "^1.0.1",
"stf-syrup": "^1.0.0",
"teen_process": "^1.15.0",
"uuid": "^8.3.0",
"yargs": "^15.1.0",
"zeromq": "^6.0.0-beta.6",
"request": "^2.88.2",
"temp": "^0.9.1",
"transliteration": "^1.1.6"
},
"devDependencies": {},
"engines": {
"node": ">= 12.0"
},
"externalDependencies": {
"zeromq": ">= 6",
"protobuf": ">= 3"
}
}