iobroker.alpha2
Version:
ioBroker Moehlenhoff Alpha2 Adapter
56 lines (55 loc) • 1.4 kB
JSON
{
"name": "iobroker.alpha2",
"version": "1.0.0",
"description": "ioBroker Moehlenhoff Alpha2 Adapter",
"author": {
"name": "Eisbaeeer",
"email": "Eisbaeeer@gmail.com"
},
"contributors": [
{
"name": "Eisbaeeer",
"email": "Eisbaeeer@gmail.com"
}
],
"homepage": "https://github.com/Eisbaeeer/ioBroker.alpha2",
"license": "MIT",
"keywords": [
"ioBroker",
"Alpha2"
],
"repository": {
"type": "git",
"url": "https://github.com/Eisbaeeer/ioBroker.alpha2"
},
"dependencies": {
"xml2js": "^0.4.19",
"request": "^2.55.0",
"@iobroker/adapter-core": "^1.0.3"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-replace": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-jscs": "^3.0.1",
"grunt-http": "^2.2.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-compress": "^1.4.3",
"grunt-contrib-copy": "^1.0.0",
"grunt-exec": "^3.0.0",
"mocha": "^6.0.2",
"chai": "^4.1.2",
"@iobroker/testing": "^1.1.10"
},
"main": "main.js",
"bugs": {
"url": "https://github.com/Eisbaeeer/ioBroker.alpha2/issues"
},
"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"
},
"readmeFilename": "README.md"
}