node-pru-extended
Version:
Access the Programmable Reatime Units (PRUs) of the BeagleBone
30 lines (29 loc) • 698 B
JSON
{
"name": "node-pru-extended",
"version": "1.0.0",
"description": "Access the Programmable Reatime Units (PRUs) of the BeagleBone",
"main": "build/Release/prussdrv",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install": "node-gyp rebuild"
},
"repository": {
"type": "git",
"url": "https://github.com/mattcarpenter/node-pru-extended.git"
},
"keywords": [
"beaglebone",
"pru",
"prussdrv"
],
"author": "Mike Kroutikov",
"license": "MIT",
"gypfile": true,
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/mattcarpenter/node-pru-extended/issues"
},
"dependencies": {
"nan": "^2.1.0"
}
}