forked from serialport/node-serialport
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.19 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
{
"name": "serialport",
"version": "3.0.0",
"description": "Node.js package to access serial ports. Welcome your robotic javascript overlords. Better yet, program them!",
"author": {
"name": "Chris Williams",
"email": "[email protected]",
"url": "http://www.voodootikigod.com"
},
"maintainers": [
{
"name": "Steven de Salas",
"email": "[email protected]",
"url": "http://desalasworks.com"
}
],
"main": "./lib/serialport",
"repository": {
"type": "git",
"url": "git://github.com/sdesalas/node-serialport-omega2.git"
},
"keywords": [
"serialport",
"nodebots",
"johnny-five"
],
"os": "linux",
"cpu": "mipsel",
"engines": {
"node": ">= 0.10.0"
},
"config": {
"unsafe-perm": true
},
"bin": {
"serialportlist": "./bin/serialportList.js",
"serialportterm": "./bin/serialportTerminal.js"
},
"scripts": {
"install": "tar -xzvf node_modules.tar.gz && tar -xzvf build.tar.gz"
},
"license": "MIT",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/sdesalas/node-serialport-omega2/issues"
},
"homepage": "https://github.com/sdesalas/node-serialport-omega2#readme"
}