-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
42 lines (42 loc) · 1.08 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
{
"name": "iobroker.gardena",
"version": "2.5.2",
"description": "Gardena Smart System",
"author": {
"name": "Christian Vorholt",
"email": "chvorholt@gmail.com"
},
"homepage": "https://github.com/t4qjXH8N/ioBroker.gardena",
"readme": "https://github.com/t4qjXH8N/ioBroker.gardena/blob/master/README.md",
"keywords": [
"ioBroker",
"gardena",
"gardena smart system"
],
"repository": {
"type": "git",
"url": "https://github.com/t4qjXH8N/ioBroker.gardena.git"
},
"dependencies": {
"jsonpath": "^1.0.0",
"request": "^2.83.0",
"@iobroker/adapter-core": "^1.0.3"
},
"devDependencies": {
"gulp": "^4.0.0",
"mocha": "^4.1.0",
"chai": "^4.1.2",
"@iobroker/testing": "^1.1.10"
},
"bugs": {
"url": "https://github.com/t4qjXH8N/ioBroker.gardena/issues"
},
"main": "main.js",
"license": "MIT",
"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"
}
}