forked from openatx/atxserver2-ios-provider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 872 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
{
"dependencies": {
"commander": "^2.19.0",
"cors": "^2.8.5",
"express": "^4.16.4",
"express-http-proxy": "^1.5.1",
"express-ws": "^4.0.0",
"mjpeg-consumer": "^1.1.0",
"request": "^2.88.0",
"usbmux": "^0.1.0",
"websocket-stream": "^5.1.2"
},
"name": "atxserver2-ios-provider",
"description": "Apple device provider for atxserver2",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/openatx/atxserver2-ios-provider.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/openatx/atxserver2-ios-provider/issues"
},
"homepage": "https://github.com/openatx/atxserver2-ios-provider#readme",
"devDependencies": {
"@types/express": "^4.16.1"
}
}