45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"name": "@uci/mcp",
|
|
"main": "src",
|
|
"version": "0.1.17",
|
|
"description": "Classes and Helper Functions for using the MCP chip on I2C Bus",
|
|
"scripts": {
|
|
"relays": "node -r esm examples/relays",
|
|
"swrl": "UCI_LOG=true node -r esm examples/mcp-switch-relay | pino-colada",
|
|
"swr": "node -r esm examples/mcp-switch-relay",
|
|
"test": "./node_modules/.bin/mocha --reporter list --timeout 30000",
|
|
"testw": "./node_modules/.bin/mocha --reporter list -- watch --timeout 30000",
|
|
"testibc": "istanbul cover ./node_modules/.bin/_mocha test/ --report lcovonly -- -R spec --recursive && codecov || true",
|
|
"sample": "node demo/sample.js",
|
|
"inter": "sudo node -r esm examples/interrupt"
|
|
},
|
|
"author": "David Kebler",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/uCOMmandIt/uci-mcp.git"
|
|
},
|
|
"keywords": [
|
|
"node.js",
|
|
"microchip",
|
|
"i2c"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/uCOMmandIt/uci-mcp/issues"
|
|
},
|
|
"homepage": "https://github.com/uCOMmandIt/uci-mcp#readme",
|
|
"dependencies": {
|
|
"@uci/i2c-device": "^0.1.12",
|
|
"@uci-utils/logger": "0.0.13",
|
|
"@uci-utils/byte": "^0.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.1.2",
|
|
"codecov": "^3.0.0",
|
|
"esm": "^3.0.22",
|
|
"istanbul": "^0.4.5",
|
|
"mocha": "^5.0.1",
|
|
"nodemon": "^1.15.1"
|
|
}
|
|
}
|