tiny-pi-camera
Version:
A very lightweight promise based Node.js wrapper for the native Raspberry Pi Camera CLI tools.
36 lines (35 loc) • 807 B
JSON
{
"name": "tiny-pi-camera",
"version": "1.2.3",
"description": "A very lightweight promise based Node.js wrapper for the native Raspberry Pi Camera CLI tools.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=6.10.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/murphesi/pi-camera.git"
},
"keywords": [
"Raspberry",
"Pi",
"Camera",
"Picture",
"Photo",
"Video",
"raspicam",
"raspistill",
"raspivid",
"picamera",
"pi-camera"
],
"author": "Stetson Pierce <stetsmando@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/murphesi/pi-camera/issues"
},
"homepage": "https://github.com/murphesi/pi-camera#readme"
}