-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
67 lines (67 loc) · 1.29 KB
/
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "virtual-serialport",
"version": "4.0.1",
"description": "A drop-in virtual replacement for node-serialport's SerialPort object",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "node test/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/reyiyo/virtual-serialport"
},
"keywords": [
"arduino",
"serial",
"testing",
"robotics",
"serialport"
],
"author": {
"name": "Sergio Orbe",
"email": "[email protected]"
},
"contributors": [
{
"name": "Rocco Musolino",
"url": "https://twitter.com/roccomuso"
},
{
"name": "Matias De Carli",
"email": "[email protected]",
"url": "http://www.matiasdecarli.com"
},
{
"name": "Ingo Fischer"
},
{
"name": "Morgan 'ARR!' Allen"
},
{
"name": "luzlab"
},
{
"name": "Kyle Machulis",
"email": "[email protected]",
"url": "http://kyle.machul.is"
},
{
"name": "ecksun"
},
{
"name": "Maxim Rubis",
"url": "http://rub.is"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/reyiyo/virtual-serialport/issues"
},
"optionalDependencies": {
"serialport": "5.0.0",
"semver": "^5.3.0"
}
}