brickpi3
Version:
Control your BrickPi3 with nodejs
34 lines (33 loc) • 702 B
JSON
{
"name": "brickpi3",
"version": "0.9.8",
"description": "Control your BrickPi3 with nodejs",
"main": "index.js",
"dependencies": {
"pi-spi": "^1.0.1",
"es7-sleep": "^1.0.0"
},
"devDependencies": {
"mocha": "^4.0.1"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bywulf/brickpi3-nodejs.git"
},
"keywords": [
"brickpi",
"brickpi3",
"lego",
"raspberryPi",
"robot"
],
"author": "Michael Wolf <wulf1337@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bywulf/brickpi3-nodejs/issues"
},
"homepage": "https://github.com/bywulf/brickpi-nodejs3#readme"
}