UNPKG

raspicam-js

Version:

A Node.js-based controller module for the Raspberry Pi camera based on a command structure similar to Johnny-Five

40 lines 1.09 kB
{ "name": "raspicam-js", "description": "A Node.js-based controller module for the Raspberry Pi camera based on a command structure similar to Johnny-Five", "version": "0.3.12", "homepage": "https://github.com/erichardson30/node-raspicam", "author": { "name": "Eric Richardson <eric.richardson30@gmail.com>", "email": "eric.richardson30@gmail.com" }, "keywords": [ "raspberry pi", "camera", "raspicam", "node", "johnny-five", "javascript" ], "repository": { "type": "git", "url": "git://github.com/erichardson30/node-raspicam.git" }, "bugs": { "url": "https://github.com/erichardson30/node-raspicam/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/erichardson30/node-raspicam/blob/master/LICENSE" } ], "main": "lib/raspicam", "engines": { "node": ">=0.10.0" }, "dependencies": { "lodash": "*" }, "devDependencies": { "grunt": "~0.4.1", "grunt-contrib-jshint": "~0.6.0", "grunt-contrib-nodeunit": "~0.2.0", "sinon": "~1.7.3", "grunt-jsbeautifier": "~0.2.2" } }