-
Notifications
You must be signed in to change notification settings - Fork 56
/
package.json
35 lines (35 loc) · 941 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
{
"name": "RaspberryPi-Gateway",
"version": "9.2.1",
"description": "Moteino IoT Gateway",
"main": "gateway.js",
"repository": {
"type": "git",
"url": "https://github.com/LowPowerLab/RaspberryPi-Gateway.git"
},
"author": "Felix Rusu (https://github.com/LowPowerLab)",
"homepage": "http://lowpowerlab.com/gateway",
"license": "CC-BY-NC-SA-4.0",
"bugs": {
"url": "https://github.com/LowPowerLab/RaspberryPi-Gateway/issues",
"email": "[email protected]"
},
"contributors": "Felix Rusu (https://github.com/LowPowerLab)",
"dependencies": {
"colors": "~1.4",
"console-stamp": "^3.0.2",
"json5": "~2.2.0",
"merge": "^2.1.1",
"nconf": "~0.11.2",
"nedb": "~1.8",
"nodemailer": "^6.6.0",
"serialport": "~9.0.7",
"socket.io": "~4.1.0",
"speedtest-net": "^1.6.2",
"suncalc": "~1.8"
},
"scripts": {
"preinstall": "",
"start": "node gateway.js"
}
}