forked from dktr0/extramuros
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 735 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 735 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
{
"name": "cycseq",
"version": "0.1.0",
"scripts": {
"start": "concurrently --default-input-target 1 -i --kill-others -n \"server,client,link\" \"npm run start:server\" \"npm run start:client -f\" \"npm run start:linkserver\"",
"start:server": "node server.js --password p -o 57121 -s 57120",
"start:client": "node client.js --server 127.0.0.1 --tidalCabal",
"start:linkserver": "node linkserver.js"
},
"dependencies": {
"@rauschma/stringio": "^1.4.0",
"abletonlink-addon": "^0.2.1",
"coffee-script": "*",
"concurrently": "^5.2.0",
"express": "*",
"g": "^2.0.1",
"highlight-within-textarea": "^2.0.5",
"nan": "^2.14.1",
"nopt": "^4.0.3",
"osc": "^2.4.1",
"socket.io": "^2.3.0",
"ws": "^7.3.0"
}
}