forked from thevalyreangroup/node-red-contrib-ringdoorbell
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·35 lines (35 loc) · 885 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
{
"author": {
"name": "Tony Simons",
"email": "[email protected]",
"url": "http://www.thevalyreangroup.com"
},
"bugs": {
"url": "https://github.com/thevalyreangroup/node-red-contrib-ringdoorbell/issues"
},
"bundleDependencies": false,
"dependencies": {
"ring-api": "^3.0.1"
},
"deprecated": false,
"description": "A node for node-red that uses the unofficial ring-api package.",
"homepage": "http://www.thevalyreangroup.com",
"keywords": [
"node-red",
"ring",
"doorbell",
"ring doorbell"
],
"license": "Apache-2.0",
"name": "node-red-contrib-ringdoorbell",
"node-red": {
"nodes": {
"node-red-contrib-ringdoorbell": "ringdoorbell-node.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/thevalyreangroup/node-red-contrib-ringdoorbell.git"
},
"version": "2.0.0"
}