-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.01 KB
/
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": "he_beacon_presence",
"version": "1.0.0",
"description": "HE beacon presences searches for BLE beacons and updates presence devices on HE accordingly",
"main": "server.js",
"dependencies": {
"@abandonware/bluetooth-hci-socket": "^0.5.3-7",
"@abandonware/noble": "^1.9.2-11",
"eddystone-beacon-scanner": "^3.0.0",
"node-beacon-scanner": "^0.2.2",
"node-pre-gyp": "^0.17.0",
"rebuild": "^0.1.2"
},
"scripts": {
"setup": "npm i && sudo npm i -g pm2",
"start_server": "pm2 start server.js",
"start_client": "sudo pm2 start client.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dasmata/beacon_presence.git"
},
"keywords": [
"Hubitat",
"Elevantion",
"HE",
"BLE",
"beacon",
"iBeacon",
"bluetooth",
"presence"
],
"author": "Tiberiu Popovici",
"license": "ISC",
"bugs": {
"url": "https://github.com/dasmata/beacon_presence/issues"
},
"homepage": "https://github.com/dasmata/beacon_presence#readme"
}