-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 997 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
{
"name": "ljswitchboard-modbus_map",
"version": "1.0.4",
"description": "Library that allows easy parsing of the LabJack modbus map",
"author": {
"name": "Chris Johnson",
"url": "https://labjack.com"
},
"main": "./lib/json_constants_parser",
"license": "MIT",
"keywords": [
"LabJack",
"LJMMM",
"MODBUS",
"T7",
"ljswitchboard"
],
"homepage": "https://github.com/labjack/labjack_kipling/tree/master/ljswitchboard-modbus_map",
"repository": {
"type": "git",
"url": "https://github.com/labjack/labjack_kipling.git",
"directory": "ljswitchboard-modbus_map"
},
"files": [
"lib"
],
"dependencies": {
"ljmmm-parse": "^0.2.5",
"ljswitchboard-ljm_driver_constants": "^1.0.5"
},
"devDependencies": {
"chai": "^4.2.0",
"diff": ">=3.5.0",
"mocha": "^8.2.1"
},
"scripts": {
"test": "mocha"
}
}