-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
37 lines (37 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
36
37
{
"name": "fritz2mqtt",
"version": "1.0.0",
"description": "connects fritz.box to MQTT broker",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:akentner/fritz2mqtt.git"
},
"keywords": [
"fritz.box",
"mqtt"
],
"author": "Alexander Kentner <github@akentner.de>",
"license": "MIT",
"bugs": {
"url": "https://github.com/akentner/fritz2mqtt/issues"
},
"homepage": "https://github.com/akentner/fritz2mqtt",
"dependencies": {
"dot-filter": "^0.1.2",
"lodash": "^4.15.0",
"moment-timezone": "^0.5.5",
"mqtt": "^1.4.0",
"net": "^1.0.2",
"object-assign": "^4.1.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-develop-server": "^0.5.2",
"gulp-typescript": "^2.13.6"
}
}