forked from hjespers/node-red-contrib-nest
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 877 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 877 Bytes
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": "node-red-contrib-nest",
"version": "0.1.9",
"description": "Node-Red module for controlling and getting real-time telemetry from a Nest thermostat or smoke detector",
"dependencies": {
"request": ">=2.14.0"
},
"keywords": [
"node-red",
"nest"
],
"node-red": {
"nodes": {
"nest": "nest/nest.js"
}
},
"main": "nest/nest.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/hjespers/node-red-contrib-nest.git"
},
"author" : {
"name" : "Hans Jespersen",
"email" : "hans.jespersen@gmail.com",
"url" : "https://github.com/hjespers"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/hjespers/node-red-contrib-nest/issues"
},
"homepage": "https://github.com/hjespers/node-red-contrib-nest"
}