forked from sbidolach/mobile-gamepad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 901 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
{
"name": "mobile-gamepad",
"version": "0.0.2",
"description": "Mobile wifi gamepad for RetroPie",
"author": "[email protected]",
"engines": {
"node": ">=12.0.0"
},
"dependencies": {
"bundle-deps": "^1.0.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"ioctl": "git+https://github.com/mk-pmb/node-ioctl.git",
"nipplejs": "^0.9.0",
"socket.io": "^4.0.2",
"struct": "0.0.12",
"uinput": "git+https://github.com/timstableford/node-uinput.git"
},
"devDependencies": {
"grunt": "^0.4.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-express-server": "^0.5.4",
"grunt-nar": "^0.4.0",
"grunt-open": "^0.2.4"
},
"bundledDependencies": [
"bundle-deps",
"ejs",
"express",
"ioctl",
"nipplejs",
"socket.io",
"struct",
"uinput"
]
}