2017-01-12 19:50:06 -08:00
|
|
|
{
|
2018-02-14 19:03:20 -08:00
|
|
|
"name": "@uci/i2c-device",
|
2018-05-28 14:47:52 -07:00
|
|
|
"version": "0.1.4",
|
2018-02-14 19:03:20 -08:00
|
|
|
"description": "Device Classes for I2C Interfacing",
|
2018-05-28 14:47:52 -07:00
|
|
|
"main": "src/device",
|
2017-01-12 19:50:06 -08:00
|
|
|
"scripts": {
|
2018-05-28 14:47:52 -07:00
|
|
|
"tscan": "node -r esm examples/tcp-scan || true",
|
|
|
|
"iscan": "node -r esm examples/ipc-scan || true",
|
2017-01-12 19:50:06 -08:00
|
|
|
"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",
|
2017-01-13 19:51:55 -08:00
|
|
|
"url": "git+https://github.com/uCOMmandIt/i2c.git"
|
2017-01-12 19:50:06 -08:00
|
|
|
},
|
|
|
|
"keywords": [
|
2017-05-25 09:56:34 -07:00
|
|
|
"node.js",
|
|
|
|
"i2c",
|
|
|
|
"rpi",
|
|
|
|
"raspberrypi"
|
2017-01-12 19:50:06 -08:00
|
|
|
],
|
|
|
|
"bugs": {
|
2017-01-13 19:51:55 -08:00
|
|
|
"url": "https://github.com/uCOMmandIt/i2c/issues"
|
2017-01-12 19:50:06 -08:00
|
|
|
},
|
2017-01-13 19:51:55 -08:00
|
|
|
"homepage": "https://github.com/uCOMmandIt/i2c#readme",
|
2017-01-12 19:50:06 -08:00
|
|
|
"dependencies": {
|
2019-01-01 19:34:06 -08:00
|
|
|
"@uci/base": "^0.1.8",
|
|
|
|
"@uci/logger": "0.0.6"
|
2017-01-12 19:50:06 -08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-05-28 13:47:37 -07:00
|
|
|
"chai": "^4.1.2",
|
|
|
|
"chai-as-promised": "^7.1.1",
|
|
|
|
"codecov": "^3.0.2",
|
|
|
|
"esm": "^3.0.38",
|
2017-01-12 19:50:06 -08:00
|
|
|
"istanbul": "^0.4.5",
|
2018-05-28 13:47:37 -07:00
|
|
|
"mocha": "^5.2.0"
|
2017-01-12 19:50:06 -08:00
|
|
|
}
|
|
|
|
}
|