-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
37 lines (37 loc) · 880 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
{
"name": "@cdgco/01v-web-controller",
"version": "1.0.4",
"description": "Remote Web Midi Controller for Yamaha 01V",
"keywords": [
"Yamaha",
"01V",
"Yamaha 01V",
"Mixer",
"Remote Mixer",
"Remote Control",
"Midi"
],
"repository": {
"type": "git",
"url": "https://github.com/cdgco/01V-Web-Controller.git"
},
"main": "main.js",
"scripts": {
"start": "electron ."
},
"author": "Carter Roeser <carter@cdgtech.one>",
"license": "MIT",
"dependencies": {
"express": "^4.17.1",
"ip": "^1.1.5",
"jquery": "^3.5.1",
"jzz": "^1.0.8",
"shelljs": "^0.8.4",
"socket.io": "^2.3.0",
"web-midi-api": "^2.0.8",
"electron": "^9.0.5"
},
"bin": {
"01VWebController": "./global.js"
}
}