2017-01-11 15:11:34 -08:00
|
|
|
{
|
2017-05-26 08:15:54 -07:00
|
|
|
"name": "@uci/interrupt",
|
2018-03-02 08:32:37 -08:00
|
|
|
"main": "src",
|
2018-02-15 20:26:47 -08:00
|
|
|
"version": "0.1.1",
|
2017-05-26 08:15:54 -07:00
|
|
|
"description": "a class for adding interrupt processesing for gpio pins on Raspberry Pi and Similar SBCs",
|
2017-01-21 12:23:45 -08:00
|
|
|
"scripts": {
|
2018-03-02 08:32:37 -08:00
|
|
|
"single": "sudo node --require @std/esm examples/single",
|
2018-03-04 15:09:18 -08:00
|
|
|
"singlelog": "UCI_LOG=true sudo node_--require @std/esm examples/single | pino-colada",
|
|
|
|
"multi": "sudo node --require @std/esm examples/multi",
|
|
|
|
"multilog": "DEBUG=true sudo node --require @std/esm examples/multi"
|
2017-01-21 12:23:45 -08:00
|
|
|
},
|
|
|
|
"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",
|
2018-03-02 08:32:37 -08:00
|
|
|
"optionalDependencies": {
|
2017-05-20 22:21:07 -07:00
|
|
|
"pigpio": "^0.x"
|
2017-01-21 12:23:45 -08:00
|
|
|
},
|
2018-03-02 08:32:37 -08:00
|
|
|
"dependencies": {
|
|
|
|
"@uci/base": "^0.1.1",
|
|
|
|
"@uci/logger": "0.0.1",
|
|
|
|
"lodash.debounce": "^4.0.8"
|
|
|
|
},
|
2018-02-15 20:26:47 -08:00
|
|
|
"@std/esm": "cjs",
|
2017-01-21 12:23:45 -08:00
|
|
|
"devDependencies": {
|
2018-02-15 20:26:47 -08:00
|
|
|
"@std/esm": "^0.22.0",
|
|
|
|
"chai": "^4.1.2",
|
|
|
|
"chai-as-promised": "^7.1.1",
|
|
|
|
"codecov": "^3.0.0",
|
2017-01-21 12:23:45 -08:00
|
|
|
"istanbul": "^0.4.5",
|
2018-02-15 20:26:47 -08:00
|
|
|
"mocha": "^5.0.1",
|
2018-03-02 08:32:37 -08:00
|
|
|
"nodemon": "^1.14.3",
|
|
|
|
"pigpio-mock": "0.0.1"
|
2017-01-21 12:23:45 -08:00
|
|
|
}
|
2017-01-11 15:11:34 -08:00
|
|
|
}
|