forked from ioBroker/ioBroker.iot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.16 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": "iobroker.iot",
"version": "1.0.8",
"description": "This adapter allows to communicate Amazon Alexa and Google Home with ioBroker.",
"author": {
"name": "bluefox",
"email": "[email protected]"
},
"homepage": "https://github.com/ioBroker/ioBroker.iot",
"keywords": [
"ioBroker",
"mqtt",
"aws",
"cloud",
"web"
],
"repository": {
"type": "git",
"url": "https://github.com/ioBroker/ioBroker.iot"
},
"dependencies": {
"aws-iot-device-sdk": "^2.2.1",
"iobroker.type-detector": "^0.1.5",
"request": "^2.88.0",
"@iobroker/adapter-core": "^1.0.3",
"uuid": "^3.3.2"
},
"devDependencies": {
"@types/iobroker": "^1.4.11",
"@types/node": "^11.11.0",
"axios": "^0.19.0",
"chai": "^4.2.0",
"del": "^5.0.0",
"gulp": "^4.0.2",
"mocha": "^6.2.0"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.iot/issues"
},
"main": "main.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit",
"prepublishOnly": "node node_modules/gulp/bin/gulp.js",
"build": "node node_modules/gulp/bin/gulp.js"
},
"license": "MIT",
"readmeFilename": "README.md"
}