homespun-grovepi
Version:
This is a Node.js module that reads sensors residing on a [Raspberry Pi](https://www.raspberrypi.org) and a [GrovePi+ Shield](http://www.dexterindustries.com/shop/grovepi-board/) and transcodes them to [TSRP](http://thethingsystem.com/dev/Thing-Sensor-Rep
34 lines (33 loc) • 1.54 kB
JSON
{ "name" : "homespun-grovepi"
, "version" : "0.2.0"
, "main" : "node homespun-grovepi.js"
, "author" : "Marshall Rose <mrose17@homespun.io>"
, "description" : ""
, "keywords" : [ "homespun", "sensors", "home automation"
, "GrovePi", "GrovePi+", "Dexter Industries"
, "Grove", "Seeed Studios"
, "TSRP"
]
, "contributors" : [ "Marshall Rose <mrose17@homespun.io>" ]
, "maintainers" : [ "Marshall Rose <mrose17@homespun.io>" ]
, "homepage" : "http://github.com/mrose17/homespun-grovepi"
, "repository" :
{ "type" : "git"
, "url" : "git://github.com/mrose17/homespun-grovepi.git"
}
, "dependencies" :
{ "arguable" : "0.0.20"
, "cadence" : "0.0.56"
, "node-grovepi" : "https://dl.dropboxusercontent.com/u/12083198/node-grovepi/node-grovepi.tar.gz"
, "node-uuid" : "1.4.1"
, "prolific" : "0.0.4"
, "underscore" : "1.8.3"
}
, "devDependencies" :
{ "jscs" : "^1.6.2"
, "jshint" : "*"
}
, "scripts" :
{ "lint" : "jshint --config .jshintrc *.js *.json && jscs --config .jscs.json --no-colors *.js"
}
}