vc0706
Version:
Rough VC0706 Camera library for Raspberry Pi
31 lines (30 loc) • 592 B
JSON
{
"name": "vc0706",
"version": "1.0.3",
"main": "./vc0706.js",
"author": "Brian Egizi <me@brianegizi.com>",
"description": "Rough VC0706 Camera library for Raspberry Pi",
"repository": {
"type": "git",
"url": "https://github.com/vyykn/VC0706.git"
},
"scripts": {
"install": "node-gyp rebuild"
},
"gypfile": true,
"bugs": {
"url": "https://github.com/vyykn/VC0706/issues"
},
"keywords": [
"VC0706",
"Raspberry",
"Pi",
"Camera",
"Motion",
"Detector"
],
"license": "BSD-2-Clause",
"dependencies": {
"events": "*"
}
}