forked from iobroker-community-adapters/ioBroker.proxmox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.21 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
49
{
"name": "iobroker.proxmox",
"version": "1.1.0",
"description": "ioBroker Proxmox Adapter",
"author": {
"name": "MeisterTR",
"email": "[email protected]"
},
"contributors": [
{
"name": "MeisterTR",
"email": "[email protected]"
}
],
"homepage": "https://github.com/iobroker-community-adapters/ioBroker.proxmox",
"license": "MIT",
"keywords": [
"ioBroker",
"proxmox",
"Smart Home",
"home automation"
],
"repository": {
"type": "git",
"url": "https://github.com/iobroker-community-adapters/ioBroker.proxmox"
},
"dependencies": {
"request": "^2.88.2",
"@iobroker/adapter-core": "^2.3.1"
},
"devDependencies": {
"@iobroker/testing": "^2.2.0",
"axios": "^0.19.2",
"chai": "^4.2.0",
"gulp": "^4.0.2",
"mocha": "^8.1.0"
},
"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.proxmox/issues"
},
"readmeFilename": "README.md"
}