forked from serialport/node-serialport
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.06 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.06 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
{
"name": "serialport",
"version": "1.1.3",
"description": "Welcome your robotic javascript overlords. Better yet, program them!",
"author": {
"name": "Chris Williams",
"email": "voodootikigod@gmail.com",
"url": "http://www.voodootikigod.com"
},
"main": "./serialport",
"repository": {
"type": "git",
"url": "git://github.com/voodootikigod/node-serialport.git"
},
"maintainers": [
{
"name": "Chris Williams",
"email": "voodootikigod@gmail.com"
},
{
"name": "Joe Ferner",
"email": "joe.ferner@nearinfinity.com"
},
{
"name": "Jay Beavers",
"email": "jay@hikinghomeschoolers.org"
}
],
"dependencies": {
"bindings": "1.1.0",
"async": "0.1.18",
"sf": "0.1.6",
"optimist": "~0.3.4"
},
"devDependencies": {
"mocha": "*",
"chai": "*"
},
"engines": {
"node": ">= 0.7.0"
},
"bin": {
"serialportlist": "./bin/serialportList.js",
"serialportterm": "./bin/serialportTerminal.js"
},
"scripts": {
"test": "mocha -R spec -t 60s -s 60s"
}
}