forked from wiseman/node-sbs1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 772 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 772 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
34
35
36
37
38
39
{
"name": "sbs1",
"description": "Parsing of SBS-1 Mode S ADS-B messages.",
"author": "John Wiseman <jjwiseman@gmail.com> (http://lemondronor.com)",
"version": "0.2.5",
"main": "./index.js",
"dependencies": {
"yargs": "~4.3.2"
},
"devDependencies": {
"tap": "~5.7.0"
},
"scripts": {
"test": "tap ./test/*.js"
},
"bin": {
"sbs1": "bin/sbs1.js"
},
"repository": {
"type": "git",
"url": "http://github.com/wiseman/node-sbs1.git"
},
"bugs": "https://github.com/wiseman/node-sbs1/issues",
"keywords": [
"ads-b",
"aircraft",
"aviation",
"avionics",
"basestation",
"kinetic avionics",
"mode s",
"sbs-1",
"virtual radar"
],
"license": "X11",
"engine": {
"node": ">=0.4"
}
}