UNPKG

raspicam

Version:

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

45 lines (44 loc) 1.05 kB
{ "name": "raspicam", "description": "A Node.js-based controller module for the Raspberry Pi camera based on a command structure similar to Johnny-Five", "version": "0.2.14", "homepage": "https://github.com/troyth/node-raspicam", "author": { "name": "Troy Conrad Therrien <troyth@gmail.com>", "email": "troyth@gmail.com" }, "keywords": [ "raspberry pi", "camera", "raspicam", "node", "johnny-five" ], "repository": { "type": "git", "url": "git://github.com/troyth/node-raspicam.git" }, "bugs": { "url": "https://github.com/troyth/node-raspicam/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/troyth/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" } }