-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathdependencies.json
More file actions
49 lines (49 loc) · 1.17 KB
/
Copy pathdependencies.json
File metadata and controls
49 lines (49 loc) · 1.17 KB
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
{
"dependencies": [
{
"name": "ofxNetworkUtils",
"repo": "https://github.com/bakercp/ofxNetworkUtils.git",
"ref": "stable"
},
{
"name": "ofxOscilloscope",
"repo": "https://github.com/produceconsumerobot/ofxOscilloscope.git",
"ref": "master"
},
{
"name": "ofxThreadedLogger",
"repo": "https://github.com/produceconsumerobot/ofxThreadedLogger.git",
"ref": "master"
},
{
"name": "ofxBiquadFilter",
"repo": "https://github.com/smukkejohan/ofxBiquadFilter.git",
"ref": "master"
},
{
"name": "ofxJSON",
"repo": "https://github.com/jeffcrouse/ofxJSON.git",
"ref": "master"
},
{
"name": "EmotiBit_XPlat_Utils",
"repo": "https://github.com/EmotiBit/EmotiBit_XPlat_Utils.git",
"ref": "master"
},
{
"name": "ofxLSL",
"repo": "https://github.com/EmotiBit/ofxLSL.git",
"ref": "master"
},
{
"name": "ofxSerial",
"repo": "https://github.com/EmotiBit/ofxSerial.git",
"ref": "stable"
},
{
"name": "ofxIO",
"repo": "https://github.com/bakercp/ofxIO.git",
"ref": "stable"
}
]
}