nitrogen-camera
Version:
This module adds support for cameraCommand and cameraStatus messages to a Nitrogen application or service. It also provides the CameraManager class for interpreting message streams and driving the attached device.
37 lines (36 loc) • 753 B
JSON
{
"name": "nitrogen-camera",
"homepage": "https://github.com/nitrogenjs/commands",
"author": "Tim Park <timfpark@gmail.com>",
"licenses": [
{
"type": "Apache",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"main": "./manager",
"repository": {
"type": "git",
"url": "https://github.com/nitrogenjs/commands.git"
},
"version": "0.2.0",
"dependencies": {
"async": "~0.2.9",
"nitrogen": "~0.2"
},
"devDependencies": {
"mocha": "~1.0",
"nitrogen-leveldb-store": "~0.1.201",
"uglify-js": "~1.3",
"yuidocjs": "~0.3.46"
},
"scripts": {
"prepublish": "scripts/build-module",
"test": "mocha"
},
"keywords": [
"devices",
"iot",
"nitrogen"
]
}