-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.json
50 lines (50 loc) · 1015 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
41
42
43
44
45
46
47
48
49
50
{
"name": "p5js-osc",
"description": "OSC (Open Sound Control) Web Bridge for p5.js, adapted from https://github.com/automata/osc-web",
"version": "0.1.0",
"author": {
"name": "Gene Kogan",
"email": "[email protected]"
},
"contributors": [
{
"name": "Vilson Vieira",
"email": "[email protected]"
},
{
"name": "Hans Hübner",
"email": "[email protected]"
},
{
"name": "Andy Smith",
"email": "[email protected]"
},
{
"name": "Myles Borins",
"email": "[email protected]"
},
{
"name": "Hideyuki Saito",
"email": "[email protected]"
},
{
"name": "Takuro Yoshida",
"email": "[email protected]"
}
],
"dependencies": {
"http": "0.0.0",
"node-osc": "^2.0.0",
"socket.io": "1.4.5"
},
"keywords": [
"osc",
"socket",
"websockets",
"p5.js"
],
"repository": {
"type": "git",
"url": "git://github.com/genekogan/p5js-osc.git"
}
}