forked from dudewheresmycode/node-iridium-sbd
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 770 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 770 Bytes
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
{
"name": "iridium-sbd",
"description": "Node.js library for Iridium SBD (short burst data)",
"version": "0.1.1",
"author": {
"name": "Brian Robinson",
"email": "brian@ndmweb.com"
},
"contributors": [
{
"name": "Razvan Dragomirescu",
"email": "razvan.dragomirescu@veri.fi"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/dudewheresmycode/node-iridium-sbd"
},
"dependencies": {
"async": "*",
"lodash": "^4.17.10",
"serialport": "^6.1.1",
"through2": "^2.0.3"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-lodash-fp": "^2.1.3",
"jest": "^23.0.1"
}
}