forked from thisconnect/port
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 811 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
39
40
{
"name": "port",
"version": "0.8.1",
"type": "module",
"author": "Enrique Erne (http://mild.ch/)",
"description": "Spawn Pd (Pure Data) and communicate through TCP sockets",
"keywords": [
"puredata",
"pd",
"fudi",
"tcp",
"dsp",
"signal",
"audio"
],
"repository": "git://github.com/thisconnect/port.git",
"homepage": "https://github.com/thisconnect/port",
"contributors": [
{
"name": "Enrique Erne"
}
],
"main": "port",
"devDependencies": {
"mocha": "10.4.0",
"expect.js": "0.3.1",
"socket.io": "4.7.5"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/thisconnect/port/master/license"
}
],
"bugs": {
"url": "https://github.com/thisconnect/port/issues"
},
"dependencies": {
}
}