detect-rpi
Version:
Detects if node is currently running on a Raspberry Pi.
20 lines (19 loc) • 426 B
JSON
{
"name": "detect-rpi",
"version": "1.5.0",
"description": "Detects if node is currently running on a Raspberry Pi.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/fourcube/detect-rpi.git"
},
"keywords": [
"raspberry",
"detect pi"
],
"author": "Chris Grieger",
"license": "MIT"
}