-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
39 lines (39 loc) · 905 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": "pi-suite",
"homepage": "https://github.com/reelyactive/pi-suite/",
"author": {
"name": "reelyActive",
"email": "info@reelyactive.com"
},
"description": "The Pareto Anywhere open source software suite tailored for the Raspberry Pi. We believe in an open Internet of Things.",
"keywords": [
"reelyActive",
"Raspberry Pi",
"IoT",
"RTLS",
"BLE",
"Hackaday"
],
"version": "1.0.4",
"engines": {
"node": ">=6.0.0"
},
"scripts": {
"start": "node bin/pi-suite",
"start-hci": "node bin/pi-suite-hci",
"start-reel": "node bin/pi-suite-reel"
},
"repository": {
"type": "git",
"url": "https://github.com/reelyactive/pi-suite.git"
},
"dependencies": {
"hlc-server": "^1.0.22",
"barnowl-hci": "^0.2.1",
"serialport": ">=9.0.0"
},
"contributors": [
{ "name": "Jeffrey Dungen" }
],
"license": "MIT"
}