UNPKG

ykushjs

Version:

Yepkit Ykush control library

57 lines (56 loc) 1.53 kB
{ "name": "ykushjs", "version": "0.3.0", "description": "Yepkit Ykush control library", "scripts": { "test": "NODE_ENV=test mocha --recursive --reporter spec", "coverage": "NODE_ENV=test MOCHA_FILE=junit/test-results.xml nyc --reporter=lcov --reporter=text --reporter=html mocha --reporter mocha-circleci-reporter --recursive", "lint": "node node_modules/eslint/bin/eslint .", "lint-fix": "node node_modules/eslint/bin/eslint --fix ." }, "repository": { "type": "git", "url": "git+https://github.com/opentmi/ykushjs.git" }, "keywords": [ "power", "switch", "usb", "test", "automation", "yepkit", "ykush", "control", "hw", "iot" ], "author": "Jussi Vatjus-Anttila", "license": "MIT", "bugs": { "url": "https://github.com/opentmi/ykushjs/issues" }, "homepage": "https://github.com/opentmi/ykushjs#readme", "dependencies": { "execa": "^2.1.0", "invariant": "^2.2.4", "debug": "^4.1.1" }, "devDependencies": { "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "chai-subset": "^1.6.0", "coveralls": "^3.0.8", "eslint": "^5.16.0", "eslint-config-airbnb": "^17.1.0", "eslint-plugin-chai-expect": "^2.0.1", "eslint-plugin-import": "^2.17.2", "eslint-plugin-mocha": "^5.3.0", "eslint-plugin-node": "^9.0.1", "eslint-plugin-promise": "^4.1.1", "husky": "^2.3.0", "mocha": "^6.2.2", "mocha-circleci-reporter": "0.0.3", "nyc": "^14.1.1", "sinon": "^7.3.2" } }