You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
933 B

6 years ago
{
"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
}
}