-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
36 lines (36 loc) · 975 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
{
"name": "allhands",
"version": "0.0.80",
"description": "This app acts as a bridge between two computers over the web, enables very fast transmission of controller data.",
"preferGlobal": true,
"scripts": {
"test": "node ./bin/tester.js",
"start": "node ./bin/allhands.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/michaelpalumbo/allhands.git"
},
"bin": {
"allhands": "./bin/allhands.js"
},
"author": "Michael Palumbo",
"license": "ISC",
"bugs": {
"url": "https://github.com/michaelpalumbo/allhands/issues"
},
"homepage": "https://github.com/michaelpalumbo/allhands#readme",
"dependencies": {
"cli-progress": "^3.9.0",
"conf": "^10.1.1",
"delay": "^5.0.0",
"esm": "^3.2.25",
"inquirer": "^8.1.1",
"log-update": "^5.0.1",
"node-osc": "^5.2.3",
"osc": "^2.4.3",
"readme-md-generator": "^1.0.0",
"reconnecting-websocket": "^4.4.0",
"ws": "^7.5.3"
}
}