-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
42 lines (42 loc) · 935 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
39
40
41
42
{
"name": "smartfritz",
"version": "0.1.7",
"description": "SmartHome for Fritz!Box and Dect!200 Node to communicate with AVM FritzBox over the aha-http-interface",
"author": {
"name": "nischi",
"url": "http://www.nischi.at"
},
"license": "MIT",
"contributors": [
{
"name": "Steffen Timm",
"email": "[email protected]"
},
{
"name": "nischi.at",
"url": "http://www.nischelwitzer.at"
}
],
"main": "./lib/smartfritz.js",
"repository": {
"type": "git",
"url": "https://github.com/nischelwitzer/smartfritz"
},
"dependencies": {
"http": "*",
"querystring": ">=0.2.0"
},
"keywords": [
"FritzBox",
"SmartHome",
"AHA",
"Dect 200",
"SmartFritz"
],
"readme": "",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/nischelwitzer/smartfritz/issues"
},
"homepage": "https://github.com/nischelwitzer/smartfritz"
}