forked from sanworks/ArCOM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.json
39 lines (39 loc) · 864 Bytes
/
library.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
{
"name": "ArCOM",
"version": "2.0.0",
"description": "An interface to simplify data transactions between Arduino and MATLAB/GNU Octave",
"keywords": "ArCOM, Bpod, Arduino, MATLAB, Octave, Python",
"repository":
{
"type": "git",
"url": "https://github.com/bimac/ArCOM.git"
},
"build":
{
"srcDir": "Arduino/src"
},
"authors":
[
{
"name": "Josh Sanders",
"url": "https://www.sanworks.io"
},
{
"name": "Florian Rau",
"url": "https://github.com/bimac",
"maintainer": true
}
],
"examples": [
{
"name": "ArCOMexample",
"base": "Arduino/ArCOMexample",
"files": [
"ArCOMexample.ino"
]
}
],
"license": "GPLv3",
"frameworks": "*",
"platforms": "*"
}