-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
31 lines (31 loc) · 889 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
{
"author": {
"name": "Nikolay Mostovoy",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/nmostovoy/signalk-raspberry-pi-monitoring/issues"
},
"bundleDependencies": false,
"dependencies": {
"debug": "^2.2.0",
"lodash": "^3.10.1"
},
"deprecated": false,
"description": "Signal K Node Server Plugin for Raspberry PI monitoring (based on signalk-raspberry-pi-temperature)",
"homepage": "https://github.com/sbender9/signalk-raspberry-pi-monitoring#readme",
"keywords": [
"signalk-node-server-plugin"
],
"license": "ISC",
"main": "index.js",
"name": "signalk-raspberry-pi-monitoring",
"repository": {
"type": "git",
"url": "git+https://github.com/nmostovoy/signalk-raspberry-pi-monitoring.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.1.1"
}