iobroker.gardena
Version:
Gardena Smart System
43 lines (42 loc) • 1.15 kB
JSON
{
"name": "iobroker.gardena",
"version": "2.1.1",
"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"
}
}