45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "@uci/interrupt",
|
|
"main": "src",
|
|
"version": "0.2.15",
|
|
"description": "a class for adding interrupt processesing for gpio pins on Raspberry Pi and Similar SBCs",
|
|
"scripts": {
|
|
"single": "node -r esm examples/single",
|
|
"client": "node -r esm examples/client",
|
|
"singlelog": "UCI_ENV=dev node -r esm examples/single",
|
|
"multi": "sudo 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.13",
|
|
"@uci/base": "^0.1.18",
|
|
"death": "^1.1.0",
|
|
"onoff": "^4.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.1.2",
|
|
"codecov": "^3.0.0",
|
|
"esm": "^3.0.58",
|
|
"istanbul": "^0.4.5",
|
|
"mocha": "^5.0.1",
|
|
"nodemon": "^1.14.3"
|
|
}
|
|
}
|