rpio-l298n
Version:
Module to control an l298n motor controller on a Pi,dependencies rpio.
46 lines • 1.05 kB
JSON
{
"name": "rpio-l298n",
"version": "0.0.3",
"description": "Module to control an l298n motor controller on a Pi,dependencies rpio.",
"main": "l298n.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Jay Hu",
"license": "ISC",
"dependencies": {
"rpio": "^1.0.11"
},
"keywords": [
"l298n",
"motor",
"node.js",
"raspberry pi"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:hujiangyi/l298n.git"
},
"contributors": [
{
"name": "Jay Hu",
"email": "laolang@189.cn"
}
],
"gitHead": "2d4f57fd64755831cc20280e27445cb45e5b60dd",
"bugs": {
"url": "https://github.com/hujiangyi/l298n/issues"
},
"homepage": "https://github.com/hujiangyi/l298n/blob/master/README.md",
"_id": "rpio-l298n@0.0.3",
"_npmUser": {
"name": "hujiangyi003",
"email": "laolang@189.cn"
},
"maintainers": [
{
"name": "Jay Hu",
"email": "laolang@189.cn"
}
]
}