-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
29 lines (29 loc) · 939 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
{
"name": "inode-server",
"version": "0.0.0",
"license": "MIT",
"description": "Expose iNode.pl BLE devices through HTTP, WebSocket and MODBUS.",
"author": {
"name": "Łukasz Walukiewicz",
"email": "[email protected]",
"url": "https://miracle.systems/"
},
"keywords": ["inode", "bluetooth", "ble", "iot", "modbus", "gsm", "sensor", "websocket"],
"main": "lib/index.js",
"scripts": {
"start": "node ./lib/index.js"
},
"bugs": "https://github.com/morkai/inode-server/issues",
"repository": {
"type": "git",
"url": "https://github.com/morkai/inode-server.git"
},
"dependencies": {
"ws": "^1.1.0",
"noble": "^1.3.0",
"h5.modbus": "github:morkai/h5.modbus#master",
"h5.modbus.inode": "github:morkai/h5.modbus.inode#master",
"h5.bluetooth.hci": "github:morkai/h5.bluetooth.hci#master",
"h5.bluetooth.hci.inode": "github:morkai/h5.bluetooth.hci.inode#master"
}
}