2017-01-11 15:11:34 -08:00
|
|
|
{
|
2017-01-18 20:31:53 -08:00
|
|
|
"name": "uci-interrupt",
|
2017-01-11 15:11:34 -08:00
|
|
|
"version": "0.0.1",
|
2017-01-18 20:31:53 -08:00
|
|
|
"description": "a class for adding interrupt processesing via sysfs and gpio pins on Raspberry and similar",
|
2017-01-11 15:11:34 -08:00
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"testw": "./node_modules/.bin/mocha --reporter list --recursive --watch",
|
|
|
|
"test": "istanbul cover ./node_modules/.bin/_mocha test/ --report lcovonly -- -R spec --recursive && codecov || true"
|
|
|
|
},
|
|
|
|
"author": "David Kebler",
|
|
|
|
"license": "MIT",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2017-01-18 20:31:53 -08:00
|
|
|
"url": "git+https://github.com/uCOMmandIt/uci-interrrupt.git"
|
2017-01-11 15:11:34 -08:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"node.js",
|
|
|
|
"communication",
|
|
|
|
"serial",
|
|
|
|
"utilities",
|
|
|
|
"helpers"
|
|
|
|
],
|
|
|
|
"bugs": {
|
2017-01-18 20:31:53 -08:00
|
|
|
"url": "https://github.com/uCOMmandIt/uci-interrrupt/issues"
|
2017-01-11 15:11:34 -08:00
|
|
|
},
|
2017-01-18 20:31:53 -08:00
|
|
|
"homepage": "https://github.com/uCOMmandIt/uci-interrrupt#readme",
|
2017-01-11 15:11:34 -08:00
|
|
|
"dependencies": {
|
2017-01-18 20:31:53 -08:00
|
|
|
"onoff": "^1.1.1",
|
2017-01-11 15:11:34 -08:00
|
|
|
"require-all": "git+https://github.com/dkebler/node-require-all.git#merge"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"chai": "^3.5.0",
|
2017-01-18 20:31:53 -08:00
|
|
|
"chai-as-promised": "^6.0.0",
|
2017-01-11 15:11:34 -08:00
|
|
|
"codecov": "^1.0.1",
|
|
|
|
"istanbul": "^0.4.5",
|
|
|
|
"mocha": "^3.2.0"
|
|
|
|
}
|
|
|
|
}
|