yapcduino
Version:
Yet another nodejs library for pcduino (extends jheising's node.pcduino but provide simple API and some extra function).
26 lines (25 loc) • 612 B
JSON
{
"name": "yapcduino",
"version": "1.1.0",
"description": "Yet another nodejs library for pcduino (extends jheising's node.pcduino but provide simple API and some extra function).",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/zenozeng/yapcduino.js.git"
},
"keywords": [
"pcduino",
"softpwm"
],
"author": "Zeno Zeng",
"license": "LGPL",
"bugs": {
"url": "https://github.com/zenozeng/yapcduino.js/issues"
},
"dependencies": {
"nan": "^1.8.4"
}
}