-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
38 lines (38 loc) · 940 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
36
37
38
{
"name": "node-red-contrib-smartfritz",
"version": "0.3.0",
"description": "Node-RED node for SmartHome with Fritz!Box and Dect!200 based on smartfritz-promise library",
"dependencies": {
"smartfritz": ">=0.1.7"
},
"engines": {
"node": ">=5.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bashgroup/node-red-contrib-smartfritz.git"
},
"license": "MIT",
"keywords": [
"node-red",
"smartfritz",
"Dect!200",
"Fritz!Box",
"fritzbox",
"fritz"
],
"node-red": {
"nodes": {
"smartfritz": "smartfritz.js"
}
},
"author": "PR at bashGroup Lohr am Main, Germany",
"bugs": {
"url": "https://github.com/bashgroup/node-red-contrib-smartfritz/issues"
},
"homepage": "https://github.com/bashgroup/node-red-contrib-smartfritz#readme",
"main": "smartfritz.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}