forked from iobroker-community-adapters/ioBroker.info
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.14 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.info",
"version": "1.4.0",
"description": "Some informations about your ioBroker",
"author": {
"name": "ldittmar",
"email": "[email protected]"
},
"homepage": "https://github.com/iobroker-community-adapters/ioBroker.info",
"license": "MIT",
"keywords": [
"ioBroker",
"information",
"info"
],
"repository": {
"type": "git",
"url": "https://github.com/iobroker-community-adapters/ioBroker.info"
},
"dependencies": {
"axios": "^0.18.0",
"@iobroker/adapter-core": "^1.0.3",
"systeminformation": "^4.1.6"
},
"optionalDependencies": {
"osx-temperature-sensor": "^1.0.3"
},
"devDependencies": {
"gulp": "^4.0.0",
"mocha": "^6.0.2",
"chai": "^4.1.2",
"@iobroker/testing": "^1.1.10"
},
"main": "main.js",
"scripts": {
"test": "npm run test:package && npm run test:unit",
"test:package": "mocha test/package --exit",
"test:unit": "mocha test/unit --exit",
"test:integration": "mocha test/integration --exit"
},
"bugs": {
"url": "https://github.com/iobroker-community-adapters/ioBroker.info/issues"
},
"readmeFilename": "README.md"
}