42 lines
933 B
JSON
42 lines
933 B
JSON
|
{
|
||
|
"name": "iobroker.nut",
|
||
|
"version": "1.1.3",
|
||
|
"description": "Network UPS Adapter",
|
||
|
"author": "Ingo Fischer <ingo@fischer-ka.de>",
|
||
|
"contributors": [],
|
||
|
"homepage": "",
|
||
|
"license": "MIT",
|
||
|
"keywords": [
|
||
|
"iobroker",
|
||
|
"nut",
|
||
|
"ups",
|
||
|
"usv"
|
||
|
],
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/Apollon77/ioBroker.nut"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"node-nut": "^1.0.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"mocha": "^5.0.0",
|
||
|
"chai": "^4.1.2",
|
||
|
"nyc": "*"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/Apollon77/ioBroker.nut/issues"
|
||
|
},
|
||
|
"main": "nut.js",
|
||
|
"scripts": {
|
||
|
"test": "nyc --reporter=lcov node_modules/mocha/bin/mocha test/testAdapter.js --exit && node node_modules/mocha/bin/mocha test/testPackageFiles.js"
|
||
|
},
|
||
|
"nyc": {
|
||
|
"exclude": ["!**/node_modules/"],
|
||
|
"include": [
|
||
|
"**/tmp/node_modules/iobroker.nut/*.js"
|
||
|
],
|
||
|
"produce-source-map": true
|
||
|
}
|
||
|
}
|