forked from nmostovoy/signalk-raspberry-pi-monitoring
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 838 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
{
"name": "signalk-rpi-monitor",
"version": "1.1.1",
"description": "Signal K Node Server Plugin for Raspberry PI monitoring",
"homepage": "https://github.com/sberl/signalk-rpi-monitor#readme",
"keywords": [
"signalk-node-server-plugin",
"signalk-category-utility",
"signalk-category-hardware"
],
"author": {
"name": "Steve Berl",
"email": "steveberl@gmail.com"
},
"bugs": {
"url": "https://github.com/sberl/signalk-rpi-monitor/issues"
},
"bundleDependencies": [],
"dependencies": {
"debug": "^2.2.0",
"lodash": "^4.17.21"
},
"deprecated": false,
"license": "Apache-2.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/sberl/signalk-rpi-monitor.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}