forked from mozz100/node-xbee
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
45 lines (45 loc) · 954 Bytes
/
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
{
"name": "svd-xbee",
"version": "0.3.6",
"description": "A more high level fork of Richard Morrison's node-xbee",
"author": {
"name": "Jan Kolkmeier",
"email": "[email protected]"
},
"maintainers": "Jan Kolkmeier <[email protected]>",
"contributors": [
{
"name": "Jan Kolkmeier",
"email": "[email protected]"
},
{
"name": "Richard Morrison",
"email": "[email protected]"
},
{
"name": "msealand"
}
],
"main": "./index.js",
"keywords": [
"xbee",
"serialport",
"robots",
"sensors",
"automation",
"control"
],
"homepage": "https://github.com/jouz/svd-xbee",
"dependencies": {
"serialport": "1.1.x",
"async": "0.1.x"
},
"engines": {
"node": "0.6.x | 0.8.x | 0.10.x"
},
"repository": {
"type": "git",
"url": "git://github.com/jouz/svd-xbee.git"
},
"readmeFilename": "README.md"
}