forked from iobroker-community-adapters/ioBroker.fhem
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1 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
{
"name": "iobroker.fhem",
"version": "1.6.3",
"description": "ioBroker FHEM Adapter",
"author": {
"name": "bluefox",
"email": "[email protected]"
},
"contributors": [
{
"name": "bluefox",
"email": "[email protected]"
}
],
"homepage": "https://github.com/iobroker-community-adapters/ioBroker.fhem",
"license": "MIT",
"keywords": [
"ioBroker",
"fhem",
"REST API"
],
"repository": {
"type": "git",
"url": "https://github.com/iobroker-community-adapters/ioBroker.fhem"
},
"dependencies": {
"@iobroker/adapter-core": "^2.5.1"
},
"devDependencies": {
"@alcalzone/release-script": "^2.2.1",
"axios": "^0.21.1",
"gulp": "^4.0.2",
"mocha": "^9.0.3",
"chai": "^4.3.4"
},
"main": "main.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit",
"release": "release-script"
},
"bugs": {
"url": "https://github.com/iobroker-community-adapters/ioBroker.fhem/issues"
},
"readmeFilename": "README.md"
}