forked from michaelpalumbo/allhands
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 894 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 894 Bytes
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": "wspd",
"version": "1.0.0",
"description": "This app acts as a bridge between two computers over the web, enables very fast transmission of controller data between, for example, two puredata patches.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/michaelpalumbo/wspd.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/michaelpalumbo/wspd/issues"
},
"homepage": "https://github.com/michaelpalumbo/wspd#readme",
"dependencies": {
"express": "^4.17.1",
"http": "0.0.1-security",
"midi-clock": "0.0.1",
"nanotimer": "^0.3.15",
"node-osc": "^5.1.0",
"osc-min": "^1.1.2",
"progress": "^2.0.3",
"reconnecting-websocket": "^4.4.0",
"ws": "^7.2.5"
}
}