forked from prakharsr/teltonika-parser-fix
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 842 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 842 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
{
"name": "teltonika-parser-fix",
"version": "1.0.1",
"description": "Fix of previous version by vishwacshetty99@gmail.com @package - teltonika-parser-extended. Added support for parsing values of unsigned ints correctly in codec8 extended in TFT100 devices. Also supports code7, codec8 and codec8 extended protocols.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prakharsr/teltonika-parser-fix.git"
},
"keywords": [
"teltonika",
"parser"
],
"author": "Prakhar Sharma",
"email": "prakhar03sharma@gmail.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/prakharsr/teltonika-parser-fix/issues"
},
"homepage": "https://github.com/prakharsr/teltonika-parser-fix#readme"
}