-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
48 lines (48 loc) · 1.06 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "node-red-contrib-fritz",
"version": "1.5.0",
"description": "Get full access to all functions of your fritzbox. Including Callmonitor, Presence Detection and much more",
"dependencies": {
"axios": "^1.6.0",
"fritzbox": "^1.1.4",
"google-libphonenumber": "^3.2.33",
"xml2js": "^0.6.2"
},
"devDependencies": {
"node-red": "^3.1.0",
"node-red-node-test-helper": "^0.3.2",
"npm-run-all": "^4.1.5"
},
"scripts": {},
"engines": {
"node": ">=5.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/bashgroup/node-red-contrib-fritz.git"
},
"license": "MIT",
"keywords": [
"node-red",
"fritzbox",
"fritz",
"router",
"tr064",
"presence",
"avm",
"callmonitor",
"phonebook"
],
"node-red": {
"nodes": {
"fritzbox": "fritz.js",
"fritzbox-callmonitor": "callmonitor.js",
"fritzbox-contact": "contact.js",
"fritzbox-config": "config.js",
"fritzbox-calllist": "calllist.js"
}
},
"author": {
"name": "Jochen Scheib"
}
}