brickpi-raspberry-watch
Version:
BrickPi Nodejs API
32 lines (31 loc) • 714 B
JSON
{
"name": "brickpi-raspberry-watch",
"version": "0.1.0",
"description": "BrickPi Nodejs API",
"main": "Brickpi.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lmclupr/brickpi-nodejs.git"
},
"keywords": [
"BrickPi",
"RaspBerry",
"Dexter",
"Lego"
],
"dependencies": {
"events": "latest",
"serialport": "1.6.3",
"async": "0.9.0"
},
"author": "Luc Prieur <luc.prieur.ing@gmail.com>",
"license": "MIT",
"gypfile": false,
"bugs": {
"url": "https://github.com/lmclupr/brickpi-nodejs/issues"
},
"homepage": "https://github.com/lmclupr/brickpi-nodejs"
}