forked from thisconnect/port
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 688 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 688 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
32
{
"name": "port"
, "version": "0.7.0"
, "author": "Enrique Erne (http://mild.ch/)"
, "description": "Connects and spawns Pd (Pure Data) over 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": ">= 1.12.0"
, "expect.js": "0.2.0"
}
, "licenses": [{
"type": "MIT"
, "url": "https://raw.github.com/thisconnect/port/master/license"
}]
, "bugs": {
"url": "https://github.com/thisconnect/port/issues"
}
}