{ "name": "@uci/i2c-device", "version": "0.1.14", "description": "Device Classes for I2C Interfacing", "main": "src/device", "scripts": { "tscan": "node -r esm examples/tcp-scan || true", "iscan": "node -r esm examples/ipc-scan || true", "testw": "./node_modules/.bin/mocha --reporter list --recursive --watch", "test": "istanbul cover ./node_modules/.bin/_mocha test/ --report lcovonly -- -R spec --recursive && codecov || true" }, "author": "David Kebler", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/uCOMmandIt/i2c.git" }, "keywords": [ "node.js", "i2c", "rpi", "raspberrypi" ], "bugs": { "url": "https://github.com/uCOMmandIt/i2c/issues" }, "homepage": "https://github.com/uCOMmandIt/i2c#readme", "dependencies": { "@uci/base": "^0.1.18", "@uci-utils/logger": "0.0.13" }, "devDependencies": { "chai": "^4.1.2", "chai-as-promised": "^7.1.1", "codecov": "^3.0.2", "esm": "^3.0.38", "istanbul": "^0.4.5", "mocha": "^5.2.0" } }