forked from denismr/iOSGyroForCemuhook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 800 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
{
"name": "ios-gyro-for-cemuhook",
"version": "1.0.0",
"description": "Use an iPhone's/iPad's and even Android's GYROS in CEMU (with cemuhook) without jailbreak and without installing any software in the phone.",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/denismr/iOSGyroForCemuhook.git"
},
"keywords": [
"ios",
"gyro",
"cemuhook",
"cemu",
"websocket"
],
"author": "Denis M. R. (https://github.com/denismr)",
"license": "MIT",
"bugs": {
"url": "https://github.com/denismr/iOSGyroForCemuhook/issues"
},
"homepage": "https://github.com/denismr/iOSGyroForCemuhook#readme",
"dependencies": {
"crc": "^3.5.0",
"long": "^3.2.0",
"ws": "^4.0.0"
}
}