-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 808 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 808 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
40
41
{
"name": "dmr-lib",
"version": "1.2.0",
"description": "Motorola MotoTRBO DMR protocols research project",
"main": "src/index.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/rick51231/node-dmr-lib.git"
},
"keywords": [
"homebrew",
"compression",
"battery",
"motorola",
"management",
"tms",
"advantage",
"bms",
"nmea",
"dmr",
"ipsc",
"mototrbo",
"xnl",
"xcmp",
"ars",
"lrrp",
"impres"
],
"author": "Rick51231",
"license": "MIT",
"bugs": {
"url": "https://github.com/rick51231/node-dmr-lib/issues"
},
"homepage": "https://github.com/rick51231/node-dmr-lib#readme"
}