2017-01-11 15:11:34 -08:00
|
|
|
{
|
2017-05-26 08:15:54 -07:00
|
|
|
"name": "@uci/interrupt",
|
2018-02-15 20:26:47 -08:00
|
|
|
"main": "src/interrupt-packet.mjs",
|
|
|
|
"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-02-15 20:26:47 -08:00
|
|
|
"mock": "sudo SOCKETS_DIR=/opt/sockets node_modules/.bin/nodemon --require @std/esm examples/mock",
|
|
|
|
"mockl": "sudo DEBUG=true SOCKETS_DIR=/opt/sockets node_modules/.bin/nodemon --require @std/esm examples/mock"
|
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",
|
|
|
|
"dependencies": {
|
2017-05-20 22:21:07 -07:00
|
|
|
"pigpio": "^0.x"
|
2017-01-21 12:23:45 -08:00
|
|
|
},
|
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",
|
|
|
|
"nodemon": "^1.14.3"
|
2017-01-21 12:23:45 -08:00
|
|
|
}
|
2017-01-11 15:11:34 -08:00
|
|
|
}
|