uci-gpio/package.json

42 lines
1.0 KiB
JSON

{
"name": "@uci/gpio",
"main": "src",
"version": "0.1.10",
"description": "a class for adding simple on/off read of gpio pins on Raspberry Pi and Similar SBCs",
"scripts": {
"client": "node -r esm examples/client",
"multi": "node --require esm examples/multi",
"multilog": "UCI_ENV=dev node --require esm examples/multi"
},
"author": "David Kebler",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/uCOMmandIt/uci-interrrupt.git"
},
"keywords": [
"node.js",
"communication",
"serial",
"utilities",
"helpers"
],
"bugs": {
"url": "https://github.com/uCOMmandIt/uci-interrrupt/issues"
},
"homepage": "https://github.com/uCOMmandIt/uci-interrrupt#readme",
"dependencies": {
"@uci-utils/logger": "0.0.14",
"@uci/base": "^0.1.23",
"death": "^1.1.0",
"onoff": "^4.1.1",
"p-settle": "^3.1.0"
},
"devDependencies": {
"chai": "^4.1.2",
"esm": "^3.2.25",
"mocha": "^5.0.1",
"nodemon": "^1.14.3"
}
}