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",
|
2019-08-15 14:05:30 -07:00
|
|
|
"version": "0.2.22",
|
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": {
|
2019-03-14 10:43:09 -07:00
|
|
|
"single": "node -r esm examples/single",
|
2019-08-15 14:05:30 -07:00
|
|
|
"single:dev": "UCI_ENV=dev ./node_modules/.bin/nodemon -r esm examples/single",
|
|
|
|
"single:debug": "UCI_LOG_LEVEL=debug npm run single:dev",
|
|
|
|
"multi": "node -r esm examples/multi",
|
|
|
|
"multi:dev": "UCI_ENV=dev ./node_modules/.bin/nodemon -r esm examples/multi",
|
|
|
|
"multi:debug": "UCI_LOG_LEVEL=debug npm run multi:dev",
|
2018-07-01 15:37:59 -07:00
|
|
|
"client": "node -r esm examples/client",
|
2019-08-15 14:05:30 -07:00
|
|
|
"client:dev": "UCI_ENV=dev ./node_modules/.bin/nodemon -r esm examples/client",
|
|
|
|
"client:debug": "UCI_LOG_LEVEL=debug npm run client:dev"
|
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
|
|
|
"dependencies": {
|
2019-08-15 14:05:30 -07:00
|
|
|
"@uci-utils/logger": "^0.0.15",
|
|
|
|
"@uci/base": "^0.1.30",
|
2019-03-14 10:43:09 -07:00
|
|
|
"death": "^1.1.0",
|
2019-08-15 14:05:30 -07:00
|
|
|
"onoff": "^4.1.4"
|
2018-03-02 08:32:37 -08:00
|
|
|
},
|
2017-01-21 12:23:45 -08:00
|
|
|
"devDependencies": {
|
2019-08-15 14:05:30 -07:00
|
|
|
"chai": "^4.2.0",
|
|
|
|
"esm": "^3.2.25",
|
|
|
|
"mocha": "^6.2.0",
|
|
|
|
"nodemon": "^1.19.2"
|
2017-01-21 12:23:45 -08:00
|
|
|
}
|
2017-01-11 15:11:34 -08:00
|
|
|
}
|