forked from derwu/teltonika-parser-ex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 876 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
{
"author": {
"name": "Mihail Shumilov",
"email": "mschumilow@gmail.com"
},
"contributors": [
{
"name": "Tomasz Duda",
"email": "derwu22@gmail.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/derwu/teltonika-parser-ex.git"
},
"bundleDependencies": false,
"dependencies": {
"binutils64": "^0.1.2",
"crc": "^3.5.0"
},
"description": "Parsing teltonika binary data from device FMB0XX. Right now supported Codec8, Codec8 Extended and Codec7 format, Codec 16 yet in process.",
"devDependencies": {
"chai": "^4.1.2",
"fs": "0.0.1-security",
"mocha": "^5.2.0",
"path": "^0.12.7"
},
"name": "teltonika-parser-ex",
"scripts": {
"test": "mocha test/test.js"
},
"version": "0.0.16",
"keywords": [
"teltonika",
"Codec8",
"Codec8 Extended",
"Codec7"
]
}