-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 851 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": "socketosc-server",
"version": "1.0.0",
"description": "a websocket server for live performance",
"main": "server.js",
"scripts": {
"start": "node server.js",
"heroku-postbuild": "npm install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fdch/socketosc-server.git"
},
"keywords": [
"websocket",
"socket.io",
"networked",
"performance",
"music"
],
"author": "fdch",
"license": "MIT",
"bugs": {
"url": "https://github.com/fdch/socketosc-server/issues"
},
"homepage": "https://github.com/fdch/socketosc-server#readme",
"dependencies": {
"express": "^4.17.1",
"http": "^0.0.1-security",
"jshint": "^2.13.0",
"socket.io": "^4.5.4",
"socket.io-client": "^3.1.2",
"tone": "^14.7.77"
},
"engines": {
"node": "v18.13.0"
}
}